Udostępnij za pośrednictwem


MappedEntityDomainManager<TData,TModel>.SubmitChangesAsync Method

Definition

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

protected virtual System.Threading.Tasks.Task<int> SubmitChangesAsync ();
abstract member SubmitChangesAsync : unit -> System.Threading.Tasks.Task<int>
override this.SubmitChangesAsync : unit -> System.Threading.Tasks.Task<int>
Protected Overridable Function SubmitChangesAsync () As Task(Of Integer)

Returns

A Task representing the operation.

Applies to