EntityDomainManager<TData>.SubmitChangesAsync Method ()

 

Submits the change through Entity Framework while logging any exceptions and produce appropriate HttpResponseMessage instances.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)

protected virtual Task<int> SubmitChangesAsync()

Return Value

Type: System.Threading.Tasks.Task<Int32>

A Task representing the operation.

Return to top
Show: