Share via


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