Notification<T>.Accept Method

Include Protected Members
Include Inherited Members

Invokes the delegate corresponding to the notification.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Accept(IObserver<T>) Invokes the observer's method corresponding to the notification.
Public method Accept(Action<T>, Action<Exception>, Action) Invokes the delegate corresponding to the notification.
Public method Accept<TResult>(Func<T, TResult>, Func<Exception, TResult>, Func<TResult>) Invokes the delegate corresponding to the notification and returns the produced result.

Top

See Also

Reference

Notification<T> Class

System.Reactive Namespace