Share via


Método WorkflowNotificationPublisher.ReportPublishNotificationError (PublishNotificationErrorEventArgs)

 

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

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

Sintaxe

protected void ReportPublishNotificationError(
    PublishNotificationErrorEventArgs eventArgs
)
protected:
void ReportPublishNotificationError(
    PublishNotificationErrorEventArgs^ eventArgs
)
member ReportPublishNotificationError : 
        eventArgs:PublishNotificationErrorEventArgs -> unit
Protected Sub ReportPublishNotificationError (
    eventArgs As PublishNotificationErrorEventArgs
)

Parâmetros

Consulte também

Classe WorkflowNotificationPublisher
Namespace Microsoft.Workflow.Client

Retornar ao topo