NotificationOutcomeState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an enumeration of notification outcome state.
public enum NotificationOutcomeState
type NotificationOutcomeState =
Public Enum NotificationOutcomeState
- Inheritance
-
NotificationOutcomeState
Fields
Name | Value | Description |
---|---|---|
Enqueued | 0 | NotificationOutcome when notification is intially enqued |
DetailedStateAvailable | 1 | NotificationOutcome state during DebugSend |
Processing | 2 | Processing sent notification |
Completed | 3 | NotificationOutcome when the notification sent has been recevied |
Abandoned | 4 | NotificationOutcome when the notification sent has been Abondoned |
Unknown | 5 | Unknown state when State not set |
NoTargetFound | 6 | NotificationOutcome when there are no targets found to send the message |
Cancelled | 7 | NotificationOutcome when the user cancelled the scheduled send request |
Applies to
Azure SDK for .NET