DataServiceContext.EndExecuteBatch 메서드
BeginExecuteBatch를 완료하기 위해 호출됩니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Function EndExecuteBatch ( _
asyncResult As IAsyncResult _
) As DataServiceResponse
‘사용 방법
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As DataServiceResponse
returnValue = instance.EndExecuteBatch(asyncResult)
public DataServiceResponse EndExecuteBatch(
IAsyncResult asyncResult
)
public:
DataServiceResponse^ EndExecuteBatch(
IAsyncResult^ asyncResult
)
member EndExecuteBatch :
asyncResult:IAsyncResult -> DataServiceResponse
public function EndExecuteBatch(
asyncResult : IAsyncResult
) : DataServiceResponse
매개 변수
- asyncResult
유형: System.IAsyncResult
비동기 작업의 상태를 나타내는 IAsyncResult입니다.
반환 값
유형: System.Data.Services.Client.DataServiceResponse
일괄 처리 작업의 결과를 나타내는 DataServiceResult 개체입니다.
주의
쿼리 그룹을 일괄 처리로 데이터 서비스에 전송합니다. 개별 쿼리 응답은 OperationResponse에서 파생된 DataServiceResponse 개체로 표현되며 DataServiceResponse 인스턴스에서 액세스할 수 있습니다.