PublishNotificationErrorEventArgs Class
Provides data for the publish notification error event.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean) | Initializes a new instance of the PublishNotificationErrorEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets or sets the address to publish to. |
![]() | Error | Gets or sets the error that caused the exception. |
![]() | Notification | Gets or sets the notification to publish. |
![]() | WillBeRetried | Gets or sets a value that indicates whether publish notification will be retired. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:


