WorkflowNotificationPublisher.PublishNotificationError Event

 

Occurs when there is a publish notification error.

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

Syntax

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

See Also

WorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top