다음을 통해 공유


WorkflowControlClient.EndCancel(IAsyncResult) 메서드

정의

비동기 취소 작업을 완료합니다.

public:
 void EndCancel(IAsyncResult ^ result);
public void EndCancel (IAsyncResult result);
member this.EndCancel : IAsyncResult -> unit
Public Sub EndCancel (result As IAsyncResult)

매개 변수

result
IAsyncResult

BeginCancel(Guid, AsyncCallback, Object) 메서드 호출에서 반환된 비동기 결과입니다.

적용 대상