Partager via


NotificationKind, énumération

Indique le type d’une notification.

Namespace:System.Reactive
Assemblée: System.Reactive (en System.Reactive.dll)

Syntaxe

'Declaration
Public Enumeration NotificationKind
'Usage
Dim instance As NotificationKind
public enum NotificationKind
public enum class NotificationKind
type NotificationKind
public enum NotificationKind

Membres

Nom du membre Description
OnNext Représente une notification OnNext.
OnError Représente une notification OnError.
OnCompleted Représente une notification OnCompleted.

Voir aussi

Référence

Espace de noms System.Reactive