Share via


Notification.CreateOnCompleted<T> Method

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.

See Also

Reference

Notification Class

System.Reactive Namespace