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
演算の結果。