Notification<T> Properties
The Notification<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Exception | Returns the exception of an OnError notification or returns null. |
|
HasValue | Returns a value that indicates whether the notification has a value. |
|
Kind | Gets the kind of notification that is represented. |
|
Value | Returns the value of an OnNext notification or throws an exception. |