Compartilhar via


Construtor PublishNotificationErrorEventArgs (String, WorkflowNotification, Exception, Boolean)

 

Inicializa uma nova instância da classe PublishNotificationErrorEventArgs.

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

Sintaxe

public PublishNotificationErrorEventArgs(
    string address,
    WorkflowNotification notification,
    Exception error,
    bool willBeRetried
)
public:
PublishNotificationErrorEventArgs(
    String^ address,
    WorkflowNotification^ notification,
    Exception^ error,
    bool willBeRetried
)
new : 
        address:string *
        notification:WorkflowNotification *
        error:Exception *
        willBeRetried:bool -> PublishNotificationErrorEventArgs
Public Sub New (
    address As String,
    notification As WorkflowNotification,
    error As Exception,
    willBeRetried As Boolean
)

Parâmetros

  • address
    Type: System.String

    O endereço onde a notificação será publicada.

  • willBeRetried
    Type: System.Boolean

    true para retirar a notificação de publicação; caso contrário, false.

Consulte também

Classe PublishNotificationErrorEventArgs
Namespace Microsoft.Workflow.Client

Retornar ao topo