WorkflowNotificationPublisher Class
Represents a workflow notification publisher.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Microsoft.Workflow.Client.WorkflowNotificationPublisher
Microsoft.Workflow.Client.HttpWorkflowNotificationPublisher
| Name | Description | |
|---|---|---|
![]() | WorkflowNotificationPublisher() | Initializes a new instance of the WorkflowNotificationPublisher class. |
| Name | Description | |
|---|---|---|
![]() | Abort() | Aborts the publish notification. |
![]() | BeginPublishNotificationWithRetry(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object) | Begins an asynchronous publish notification with retry. |
![]() | EndPublishNotificationWithRetry(IAsyncResult) | Ends an asynchronous publish notification with retry. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnAbort() | Raises the Abort event. |
![]() | OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan) | Raises the PublishNotification event. |
![]() | OnStart() | Raises the Start event. |
![]() | PublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan) | Publishes the notification to the specified address. |
![]() | ReportPublisherError(PublisherErrorEventArgs) | Reports the publisher error to all registered handlers of the PublisherError event. |
![]() | ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs) | Reports the publish notification complete to all registered handlers of the PublishNotificationComplete event. |
![]() | ReportPublishNotificationError(PublishNotificationErrorEventArgs) | Reports the publish notification error to all registered handlers of the PublishNotificationError event. |
![]() | Start() | Starts the notification publisher. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PublisherError | Occurs when there is a publisher error. |
![]() | PublishNotificationComplete | Occurs when publish notification completes. |
![]() | PublishNotificationError | Occurs when there is a publish notification error. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


