This topic has not yet been rated - Rate this topic

Notification<T> Properties

The Notification<T> type exposes the following members.

  Name Description
Public property Exception Returns the exception of an OnError notification or returns null.
Public property HasValue Returns a value that indicates whether the notification has a value.
Public property Kind Gets the kind of notification that is represented.
Public property Value Returns the value of an OnNext notification or throws an exception.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.