Share via


WorkflowNotificationPublisher.PublisherError Event

 

Occurs when there is a publisher error.

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

Syntax

public event EventHandler<PublisherErrorEventArgs> PublisherError
public:
event EventHandler<PublisherErrorEventArgs^>^ PublisherError {
    void add(EventHandler<PublisherErrorEventArgs^>^ value);
    void remove(EventHandler<PublisherErrorEventArgs^>^ value);
}
member PublisherError : IEvent<EventHandler<PublisherErrorEventArgs>,
    PublisherErrorEventArgs>
Public Event PublisherError As EventHandler(Of PublisherErrorEventArgs)

See Also

WorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top