WorkflowNotificationPublisher.EndPublishNotificationWithRetry Method (IAsyncResult)

 

Ends an asynchronous publish notification with retry.

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

Syntax

protected bool EndPublishNotificationWithRetry(
    IAsyncResult result
)
protected:
bool EndPublishNotificationWithRetry(
    IAsyncResult^ result
)
member EndPublishNotificationWithRetry : 
        result:IAsyncResult -> bool
Protected Function EndPublishNotificationWithRetry (
    result As IAsyncResult
) As Boolean

Parameters

  • result
    Type: System.IAsyncResult

    The object that specifies result of the publish notification operation.

Return Value

Type: System.Boolean

true if operation succeeded; otherwise, false.

See Also

WorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top