WorkflowNotificationPublisher.BeginPublishNotificationWithRetry Method (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

 

Begins an asynchronous publish notification with retry.

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

Syntax

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

Parameters

  • traceActivityId
    Type: System.Guid

    The trace activity identifier.

  • state
    Type: System.Object

    The user-defined object that specifies the state of the operation.

Return Value

Type: System.IAsyncResult

The object that contains the status of the asynchronous operation.

See Also

WorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top