Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an object that represents an OnCompleted notification to an observer.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Shared Function CreateOnCompleted(Of T) As Notification(Of T)
'Usage
Dim returnValue As Notification(Of T)
returnValue = Notification.CreateOnCompleted()
public static Notification<T> CreateOnCompleted<T>()
public:
generic<typename T>
static Notification<T>^ CreateOnCompleted()
static member CreateOnCompleted : unit -> Notification<'T>
JScript does not support generic types and methods.
Type Parameters
- T
The notification argument type.
Return Value
Type: System.Reactive.Notification<T>
The OnCompleted notification.