Costruttore PublishNotificationErrorEventArgs (String, WorkflowNotification, Exception, Boolean)

 

Inizializza una nuova istanza della classe PublishNotificationErrorEventArgs.

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

Sintassi

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
)

Parametri

  • address
    Type: System.String

    Indirizzo in cui la notifica verrà pubblicata.

  • willBeRetried
    Type: System.Boolean

    true per ritirare la notifica di pubblicazione. In caso contrario, false.

Vedere anche

Classe PublishNotificationErrorEventArgs
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio