NotificationKind – výčet
Označuje typ oznámení.
Obor názvů:System.Reactive
Sestavení: System.Reactive (v System.Reactive.dll)
Syntax
'Declaration
Public Enumeration NotificationKind
'Usage
Dim instance As NotificationKind
public enum NotificationKind
public enum class NotificationKind
type NotificationKind
public enum NotificationKind
Členové
Název členu | Description | |
---|---|---|
OnNext | Představuje oznámení OnNext. | |
OnError | Představuje oznámení PřiChybí. | |
Při dokončení | Představuje oznámení PřiCompleted. |