DataServiceContext.EndSaveChanges(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé pour terminer l'opération 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
Paramètres
- asyncResult
- IAsyncResult
IAsyncResult qui représente l'état de l'opération asynchrone.
Retours
Objet DataServiceResponse qui indique le résultat de l'opération de traitement par lot.