通知の種類を示します。
Namespace: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 通知を表します。 |