알림을 생성하기 위한 정적 메서드 집합을 제공합니다.
상속 계층 구조
System.Object
System.Reactive.Notification
네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)
Syntax
'Declaration
Public NotInheritable Class Notification
'Usage
public static class Notification
public ref class Notification abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Notification = class end
public final class Notification
알림 유형은 다음 멤버를 노출합니다.
메서드
| 속성 | Description | |
|---|---|---|
|
CreateOnCompleted<T> | 관찰자에게 OnCompleted 알림을 나타내는 개체를 만듭니다. |
|
CreateOnError<T> | 관찰자에게 OnError 알림을 나타내는 개체를 만듭니다. |
|
CreateOnNext<T> | 관찰자에게 OnNext 알림을 나타내는 개체를 만듭니다. |
상위
스레드 보안
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.