다음을 통해 공유


ReflectedAsyncActionDescriptor.EndExecute(IAsyncResult) 메서드

정의

비동기 작업의 결과를 반환합니다.

public override object EndExecute (IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> obj
Public Overrides Function EndExecute (asyncResult As IAsyncResult) As Object

매개 변수

asyncResult
IAsyncResult

비동기 작업의 상태를 나타내는 개체입니다.

반환

비동기 작업의 결과입니다.

적용 대상