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
運算的結果。