Share via


Método WorkflowNotificationPublisher.ReportPublishNotificationComplete (PublishNotificationCompleteEventArgs)

 

Relata o erro de notificação de publicação para todos os manipuladores registrados do evento PublishNotificationComplete.

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

Sintaxe

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

Parâmetros

Consulte também

Classe WorkflowNotificationPublisher
Namespace Microsoft.Workflow.Client

Retornar ao topo