Evento WorkflowNotificationPublisher.PublishNotificationError

 

Si verifica in caso di errore della notifica di pubblicazione.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

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)

Vedere anche

Classe WorkflowNotificationPublisher
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio