Enum NotificationKind
- Namespace
- RxSharp
- Assembly
- RxSharp.dll
Identifies which kind of notification a Notification<T> represents.
public enum NotificationKind
Fields
Completed = 2An
OnCompletednotification.Error = 1An
OnErrornotification, carrying an exception.Next = 0An
OnNextnotification, carrying a value.