WorkflowNotificationPublisher Class

 

Represents a workflow notification publisher.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

System.Object
  Microsoft.Workflow.Client.WorkflowNotificationPublisher
    Microsoft.Workflow.Client.HttpWorkflowNotificationPublisher

Public MustInherit Class WorkflowNotificationPublisher

NameDescription
System_CAPS_pubmethodWorkflowNotificationPublisher()

Initializes a new instance of the WorkflowNotificationPublisher class.

NameDescription
System_CAPS_pubmethodAbort()

Aborts the publish notification.

System_CAPS_protmethodBeginPublishNotificationWithRetry(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

Begins an asynchronous publish notification with retry.

System_CAPS_protmethodEndPublishNotificationWithRetry(IAsyncResult)

Ends an asynchronous publish notification with retry.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnAbort()

Raises the Abort event.

System_CAPS_protmethodOnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

Raises the PublishNotification event.

System_CAPS_protmethodOnStart()

Raises the Start event.

System_CAPS_pubmethodPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

Publishes the notification to the specified address.

System_CAPS_protmethodReportPublisherError(PublisherErrorEventArgs)

Reports the publisher error to all registered handlers of the PublisherError event.

System_CAPS_protmethodReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

Reports the publish notification complete to all registered handlers of the PublishNotificationComplete event.

System_CAPS_protmethodReportPublishNotificationError(PublishNotificationErrorEventArgs)

Reports the publish notification error to all registered handlers of the PublishNotificationError event.

System_CAPS_pubmethodStart()

Starts the notification publisher.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPublisherError

Occurs when there is a publisher error.

System_CAPS_pubeventPublishNotificationComplete

Occurs when publish notification completes.

System_CAPS_pubeventPublishNotificationError

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.

Return to top

Community Additions

ADD
Show: