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