Condividi tramite


DataServiceContext.EndSaveChanges(IAsyncResult) Metodo

Definizione

Chiamato per completare l'operazione BeginSaveChanges(AsyncCallback, Object).

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

Parametri

asyncResult
IAsyncResult

Oggetto IAsyncResult che rappresenta lo stato dell'operazione asincrona.

Restituisce

Oggetto DataServiceResponse che indica il risultato dell'operazione batch.

Si applica a