System Namespace
July 26, 2012
The System namespace provides types for push-based notifications.
| Interface | Description | |
|---|---|---|
![]() | IObservable<T> | Defines a provider for push-based notification. |
![]() | IObserver<T> | Provides a mechanism for receiving push-based notifications. |
