Condividi tramite


DataServiceContext.EndExecuteBatch(IAsyncResult) Metodo

Definizione

public virtual Microsoft.OData.Client.DataServiceResponse EndExecuteBatch (IAsyncResult asyncResult);
abstract member EndExecuteBatch : IAsyncResult -> Microsoft.OData.Client.DataServiceResponse
override this.EndExecuteBatch : IAsyncResult -> Microsoft.OData.Client.DataServiceResponse
Public Overridable Function EndExecuteBatch (asyncResult As IAsyncResult) As DataServiceResponse

Parametri

asyncResult
IAsyncResult

Oggetto IAsyncResult che rappresenta lo stato dell'operazione asincrona.

Restituisce

Oggetto DataServiceResult che indica il risultato dell'operazione batch.

Si applica a