Condividi tramite


Metodo DataServiceContext.EndExecute (IAsyncResult)

Chiamato per completare il metodo BeginExecute.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public Function EndExecute ( _
    asyncResult As IAsyncResult _
) As OperationResponse
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Data.Services.Client.OperationResponse
Risultato dell'operazione.

Vedere anche

Riferimento

DataServiceContext Classe

Overload EndExecute

Spazio dei nomi System.Data.Services.Client