Evento WorkflowNotificationPublisher.PublishNotificationComplete

 

Si verifica al completamento della notifica di pubblicazione.

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

Sintassi

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)

Vedere anche

Classe WorkflowNotificationPublisher
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio