다음을 통해 공유


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

매개 변수

반환 값

유형: System.Data.Services.Client.OperationResponse
작업의 결과입니다.

참고 항목

참조

DataServiceContext 클래스

EndExecute 오버로드

System.Data.Services.Client 네임스페이스