다음을 통해 공유


WorkflowApplication.EndLoad(IAsyncResult) 메서드

정의

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

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

매개 변수

result
IAsyncResult

비동기 로드 작업입니다.

설명

로드 작업이 완료되기 전에 이 메서드가 호출되면 로드 작업이 완료될 때까지 차단됩니다.

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

적용 대상