Share via


MappedEntityDomainManager<TData, TModel>.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)

Syntax

protected virtual Task<int> SubmitChangesAsync()
protected:
virtual Task<int>^ SubmitChangesAsync()
abstract SubmitChangesAsync : unit -> Task<int>
override SubmitChangesAsync : unit -> Task<int>
Protected Overridable Function SubmitChangesAsync As Task(Of Integer)

Return Value

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

A Task representing the operation.

See Also

MappedEntityDomainManager<TData, TModel> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top