Share via


Evento WorkflowNotificationPublisher.PublishNotificationComplete

 

Ocorre quando a notificação de publicação é concluída.

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

Sintaxe

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)

Consulte também

Classe WorkflowNotificationPublisher
Namespace Microsoft.Workflow.Client

Retornar ao topo