Compartir a través de


WorkflowNotificationPublisher.EndPublishNotificationWithRetry (Método) (IAsyncResult)

 

Finaliza 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 bool EndPublishNotificationWithRetry(
    IAsyncResult result
)
protected:
bool EndPublishNotificationWithRetry(
    IAsyncResult^ result
)
member EndPublishNotificationWithRetry : 
        result:IAsyncResult -> bool
Protected Function EndPublishNotificationWithRetry (
    result As IAsyncResult
) As Boolean

Parámetros

  • result
    Type: System.IAsyncResult

    Objeto que especifica el resultado de la operación de notificación de publicación.

Valor devuelto

Type: System.Boolean

true si la operación es correcta; en caso contrario, false.

Vea también

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

Volver al principio