Metodo WorkflowNotificationPublisher.ReportPublishNotificationComplete (PublishNotificationCompleteEventArgs)

 

Segnala il completamento della notifica di pubblicazione a tutti i gestori registrati dell'evento PublishNotificationComplete.

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

Sintassi

protected void ReportPublishNotificationComplete(
    PublishNotificationCompleteEventArgs eventArgs
)
protected:
void ReportPublishNotificationComplete(
    PublishNotificationCompleteEventArgs^ eventArgs
)
member ReportPublishNotificationComplete : 
        eventArgs:PublishNotificationCompleteEventArgs -> unit
Protected Sub ReportPublishNotificationComplete (
    eventArgs As PublishNotificationCompleteEventArgs
)

Parametri

Vedere anche

Classe WorkflowNotificationPublisher
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio