HttpWorkflowNotificationPublisher Class

 

Represents the HTTP 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 Class HttpWorkflowNotificationPublisher
	Inherits WorkflowNotificationPublisher

NameDescription
System_CAPS_pubmethodHttpWorkflowNotificationPublisher()

Initializes a new instance of the HttpWorkflowNotificationPublisher class.

NameDescription
System_CAPS_pubmethodAbort()

Aborts the publish notification.(Inherited from WorkflowNotificationPublisher.)

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

Begins an asynchronous publish notification with retry.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_protmethodEndPublishNotificationWithRetry(IAsyncResult)

Ends an asynchronous publish notification with retry.(Inherited from WorkflowNotificationPublisher.)

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.(Inherited from WorkflowNotificationPublisher.)

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

Raises the Start event.(Inherited from WorkflowNotificationPublisher.)

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

Publishes the notification to the specified address.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_protmethodReportPublisherError(PublisherErrorEventArgs)

Reports the publisher error to all registered handlers of the PublisherError event.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_protmethodReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

Reports the publish notification complete to all registered handlers of the PublishNotificationComplete event.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_protmethodReportPublishNotificationError(PublishNotificationErrorEventArgs)

Reports the publish notification error to all registered handlers of the PublishNotificationError event.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_pubmethodStart()

Starts the notification publisher.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPublisherError

Occurs when there is a publisher error.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_pubeventPublishNotificationComplete

Occurs when publish notification completes.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_pubeventPublishNotificationError

Occurs when there is a publish notification error.(Inherited from WorkflowNotificationPublisher.)

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: