共用方式為


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 命名空間