Compartir a través de


WorkflowNotificationPublisher.ReportPublishNotificationError (Método) (PublishNotificationErrorEventArgs)

 

Informa del error de notificación de publicación a todos los controladores registrados del evento PublishNotificationError.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

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

Parámetros

Vea también

WorkflowNotificationPublisher (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio