Skip to content

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

NameDescription
TThe 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 -- The OnCompleted notification.