다음을 통해 공유


Notification.CreateOnCompleted<T> 메서드

관찰자에게 OnCompleted 알림을 나타내는 개체를 만듭니다.

네임스페이스:System.Reactive
어셈블리: System.Reactive(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.

형식 매개 변수

  • T
    알림 인수 유형입니다.

반환 값

형식: System.Reactive.Notification<T>
OnCompleted 알림입니다.

참고 항목

참조

Notification 클래스

System.Reactive 네임스페이스