알림 유형을 나타냅니다.
네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)
구문
'Declaration
Public Enumeration NotificationKind
'Usage
Dim instance As NotificationKind
public enum NotificationKind
public enum class NotificationKind
type NotificationKind
public enum NotificationKind
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| OnNext | OnNext 알림을 나타냅니다. | |
| OnError | OnError 알림을 나타냅니다. | |
| OnCompleted | OnCompleted 알림을 나타냅니다. |