Share via


Método WorkflowNotificationPublisher.EndPublishNotificationWithRetry (IAsyncResult)

 

Conclui uma notificação de publicação assíncrona com nova tentativa.

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

Sintaxe

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

    O objeto que específica o resultado da operação de notificação de publicação.

Valor de retorno

Type: System.Boolean

true se a operação for bem sucedida; caso contrário, false.

Consulte também

Classe WorkflowNotificationPublisher
Namespace Microsoft.Workflow.Client

Retornar ao topo