Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnet/EventNotification
[Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions
https://github.com/aspnet/EventNotification
aspnet-product
Last synced: 2 months ago
JSON representation
[Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions
- Host: GitHub
- URL: https://github.com/aspnet/EventNotification
- Owner: aspnet
- License: apache-2.0
- Archived: true
- Created: 2015-05-13T20:21:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T17:48:38.000Z (about 6 years ago)
- Last Synced: 2024-05-09T13:16:16.536Z (8 months ago)
- Topics: aspnet-product
- Language: C#
- Homepage:
- Size: 381 KB
- Stars: 45
- Watchers: 40
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
EventNotification [Archived]
============================**This GitHub project has been archived.** Ongoing development on this project can be found in .
Notice
-------The infrastructure for publishing notifications has moved to the .NET Framework. See the new [`DiagnosticSource`](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs) and [`DiagnosticListener`](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs) APIs in the `System.Diagnostics.DiagnosticSource` package. The infrastructure provided here is for subscribing to events using runtime-generated proxies.
This project is part of .NET Extensions. You can find samples, documentation and getting started instructions at the [Extensions](https://github.com/aspnet/Extensions) repo.