Compartir a través de


DataServiceContext.EndExecute Método (IAsyncResult)

Se le llama para completar BeginExecute.

Espacio de nombres:  System.Data.Services.Client
Ensamblado:  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Sintaxis

'Declaración
Public Function EndExecute ( _
    asyncResult As IAsyncResult _
) As OperationResponse
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Data.Services.Client.OperationResponse
Resultado de la operación.

Vea también

Referencia

DataServiceContext Clase

Sobrecarga de EndExecute

Espacio de nombres System.Data.Services.Client