Compartir a través de


WorkflowNotificationPublisher.BeginPublishNotificationWithRetry (Método) (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

 

Comienza una notificación de publicación asincrónica cuando vuelve a intentar.

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

Sintaxis

protected IAsyncResult BeginPublishNotificationWithRetry(
    string address,
    WorkflowNotification notification,
    ICredentials credentials,
    string userCulture,
    Guid traceActivityId,
    TimeSpan requestTimeout,
    AsyncCallback callback,
    object state
)
protected:
IAsyncResult^ BeginPublishNotificationWithRetry(
    String^ address,
    WorkflowNotification^ notification,
    ICredentials^ credentials,
    String^ userCulture,
    Guid traceActivityId,
    TimeSpan requestTimeout,
    AsyncCallback^ callback,
    Object^ state
)
member BeginPublishNotificationWithRetry : 
        address:string *
        notification:WorkflowNotification *
        credentials:ICredentials *
        userCulture:string *
        traceActivityId:Guid *
        requestTimeout:TimeSpan *
        callback:AsyncCallback *
        state:Object -> IAsyncResult
Protected Function BeginPublishNotificationWithRetry (
    address As String,
    notification As WorkflowNotification,
    credentials As ICredentials,
    userCulture As String,
    traceActivityId As Guid,
    requestTimeout As TimeSpan,
    callback As AsyncCallback,
    state As Object
) As IAsyncResult

Parámetros

  • address
    Type: System.String

    Dirección en la que se va a publicar.

  • userCulture
    Type: System.String

    Referencia cultural del usuario.

  • traceActivityId
    Type: System.Guid

    Identificador de actividad de seguimiento.

  • callback
    Type: System.AsyncCallback

    Método delegado para llamar cuando la operación se completa.

  • state
    Type: System.Object

    Objeto definido por el usuario que especifica el estado de la operación.

Valor devuelto

Type: System.IAsyncResult

Objeto que contiene el estado de la operación asincrónica.

Vea también

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

Volver al principio