Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.