WorkflowNotificationPublisher Class

 

Represents a 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 abstract class WorkflowNotificationPublisher
public ref class WorkflowNotificationPublisher abstract 
[<AbstractClass>]
type WorkflowNotificationPublisher = class end
Public MustInherit Class WorkflowNotificationPublisher

Constructors

Name Description
System_CAPS_pubmethod WorkflowNotificationPublisher()

Initializes a new instance of the WorkflowNotificationPublisher class.

Methods

Name Description
System_CAPS_pubmethod Abort()

Aborts the publish notification.

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

Begins an asynchronous publish notification with retry.

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

Ends an asynchronous publish notification with retry.

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.

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

Raises the PublishNotification event.

System_CAPS_protmethod OnStart()

Raises the Start event.

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

Publishes the notification to the specified address.

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

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

System_CAPS_pubmethod Start()

Starts the notification publisher.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PublisherError

Occurs when there is a publisher error.

System_CAPS_pubevent PublishNotificationComplete

Occurs when publish notification completes.

System_CAPS_pubevent PublishNotificationError

Occurs when there is a publish notification error.

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