创建一个 对象,该对象表示向观察者发送的 OnCompleted 通知。
Namespace:System.Reactive
装配: System.Reactive.dll) 中的 System.Reactive (
语法
'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 通知。