NotificationOutcome Class
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.
Represents a notification outcome.
[System.Runtime.Serialization.DataContract(Name="NotificationOutcome", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class NotificationOutcome
type NotificationOutcome = class
Public NotInheritable Class NotificationOutcome
- Inheritance
-
System.ObjectNotificationOutcome
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
Constructors
NotificationOutcome() |
Initializes a new instance of the NotificationOutcome class. |
Properties
Failure |
Gets or sets the failure value of the outcome. |
NotificationId |
Gets or sets the notification ID. |
Results |
Gets or sets the list of notification outcome results. |
State |
Gets or sets the state of this notification outcome. |
Success |
Gets or sets the success value of the outcome. |
TrackingId |
Gets or sets the tracking ID. |