Метод Notification.CreateOnCompleted<T>
Создает объект , представляющий уведомление OnCompleted для наблюдателя.
Пространство имен:System.Reactive
Сборки: System.Reactive (в System.Reactive.dll)
Синтаксис
'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.
Параметры типа
- T
Тип аргумента уведомления.
Возвращаемое значение
Тип: System.Reactive.Notification<T>
Уведомление OnCompleted.