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 | |
---|---|---|
![]() |
Accept(IObserver<T>) | Invokes the observer's method corresponding to the notification. |
![]() |
Accept(Action<T>, Action<Exception>, Action) | Invokes the delegate corresponding to the notification. |
![]() |
Accept<TResult>(Func<T, TResult>, Func<Exception, TResult>, Func<TResult>) | Invokes the delegate corresponding to the notification and returns the produced result. |
Top