DataServiceContext.EndExecute 메서드 (IAsyncResult)
BeginExecute를 완료하기 위해 호출됩니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Function EndExecute ( _
asyncResult As IAsyncResult _
) As OperationResponse
‘사용 방법
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As OperationResponse
returnValue = instance.EndExecute(asyncResult)
public OperationResponse EndExecute(
IAsyncResult asyncResult
)
public:
OperationResponse^ EndExecute(
IAsyncResult^ asyncResult
)
member EndExecute :
asyncResult:IAsyncResult -> OperationResponse
public function EndExecute(
asyncResult : IAsyncResult
) : OperationResponse
매개 변수
- asyncResult
유형: System.IAsyncResult
비동기 작업의 상태를 나타내는 IAsyncResult입니다.
반환 값
유형: System.Data.Services.Client.OperationResponse
작업의 결과입니다.