Share via


DataServiceContext.EndSaveChanges(IAsyncResult) Method

Definition

Called to complete the BeginSaveChanges(AsyncCallback, Object) operation.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that represents the status of the asynchronous operation.

Returns

A DataServiceResponse object that indicates the result of the batch operation.

Applies to