Share via


WorkflowApplication.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 결정합니다. 취소 작업이 완료되기 전에 호출되면 취소 작업이 완료될 때까지 차단됩니다.

이 메서드는 비동기 디자인 패턴을 사용하여 IAsyncResult 비동기 취소 작업을 완료합니다. 자세한 내용은 비동기 프로그래밍 개요합니다.

적용 대상