AsyncOperation.OperationCompleted 메서드

정의

비동기 작업의 수명을 끝냅니다.

public:
 void OperationCompleted();
public void OperationCompleted ();
member this.OperationCompleted : unit -> unit
Public Sub OperationCompleted ()

예외

OperationCompleted()가 이 작업에 대해 이미 호출된 경우

설명

메서드를 OperationCompleted 호출하여 비동기 작업의 수명을 종료합니다. 이 메서드가 특정 작업에 대해 호출되면 해당 AsyncOperation 작업에 대한 호출에서 예외가 발생합니다.

적용 대상