HttpWorkflowNotificationPublisher Class

 

Represents the HTTP workflow notification publisher.

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

Inheritance Hierarchy

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

Syntax

public class HttpWorkflowNotificationPublisher : WorkflowNotificationPublisher
public ref class HttpWorkflowNotificationPublisher : WorkflowNotificationPublisher
type HttpWorkflowNotificationPublisher = 
    class
        inherit WorkflowNotificationPublisher
    end
Public Class HttpWorkflowNotificationPublisher
    Inherits WorkflowNotificationPublisher

Constructors

Name Description
System_CAPS_pubmethod HttpWorkflowNotificationPublisher()

Initializes a new instance of the HttpWorkflowNotificationPublisher class.

Methods

Name Description
System_CAPS_pubmethod Abort()

Aborts the publish notification.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_protmethod BeginPublishNotificationWithRetry(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

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

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnAbort()

Raises the Abort event.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_protmethod OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

Raises the PublisherNotification event.(Overrides WorkflowNotificationPublisher.OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan).)

System_CAPS_protmethod OnStart()

Raises the Start event.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_pubmethod PublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

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

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

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

System_CAPS_pubmethod Start()

Starts the notification publisher.(Inherited from WorkflowNotificationPublisher.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PublisherError

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

System_CAPS_pubevent PublishNotificationComplete

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

System_CAPS_pubevent PublishNotificationError

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client Namespace

Return to top