Compartir a través de


WorkflowNotificationPublisher.PublishNotificationError (Evento)

 

Se produce cuando hay un error de notificación de publicación.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

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)

Vea también

WorkflowNotificationPublisher (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio