Compartir a través de


WorkflowNotificationPublisher.PublishNotificationComplete (Evento)

 

Se produce cuando se completa la notificación de publicación.

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

Sintaxis

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

Vea también

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

Volver al principio