Notification.CreateOnCompleted() method¶
Defined in
Type: Notification
Namespace: System.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static Notification<T> CreateOnCompleted<T>()
Summary: Creates an object that represents an OnCompleted notification to an observer.
Type parameters
| Name | Description |
|---|---|
T | The type of the elements received by the observer. Upon dematerialization of the notifications into an observable sequence, this type is used as the element type for the sequence. |
Returns: Notification