Share via


WorkflowNotificationPublisher.BeginPublishNotificationWithRetry 메서드 (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

 

다시 시작할 때 비동기 게시 알림을 시작합니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client

구문

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

매개 변수

  • traceActivityId
    Type: System.Guid

    추적 작업 식별자입니다.

  • state
    Type: System.Object

    작업 상태를 지정하는 사용자 정의 개체입니다.

반환 값

Type: System.IAsyncResult

비동기 작업의 상태를 포함하는 개체입니다.

참고 항목

WorkflowNotificationPublisher 클래스
Microsoft.Workflow.Client 네임스페이스

맨 위로 이동