Share via


Evento WorkflowNotificationPublisher.PublishNotificationError

 

Ocorre quando há um erro de notificação de publicação.

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

Sintaxe

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)

Consulte também

Classe WorkflowNotificationPublisher
Namespace Microsoft.Workflow.Client

Retornar ao topo