다음을 통해 공유


WorkflowApplication.EndRun(IAsyncResult) 메서드

정의

보류 중인 비동기 실행 작업이 완료되기를 기다립니다.

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

매개 변수

result
IAsyncResult

비동기 실행 작업입니다.

설명

이 메서드는 작업이 성공했는지 여부를 BeginRun 결정합니다. 다시 시작 작업이 완료되기 전에 메서드를 호출하면 다시 시작 작업이 완료될 때까지 차단됩니다.

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

적용 대상