Notification.CreateOnCompleted<T> メソッド

オブザーバーに対する OnCompleted 通知を表す オブジェクトを作成します。

Namespace: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 通知。

参照

リファレンス

Notification クラス

System.Reactive 名前空間