Share via


WorkflowNotificationPublisher.EndPublishNotificationWithRetry 메서드 (IAsyncResult)

 

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

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

구문

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

매개 변수

  • result
    Type: System.IAsyncResult

    게시 알림 작업의 결과를 지정하는 개체입니다.

반환 값

Type: System.Boolean

작업에 성공하면 true이고, 그렇지 않으면 false입니다.

참고 항목

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

맨 위로 이동