指示通知的类型。
Namespace:System.Reactive
装配: System.Reactive.dll) 中的 System.Reactive (
语法
'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 通知。 |