IDomainManager<TData>::InsertAsync Method (TData)

 

Inserts an item to the backend store.

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

Task<TData>^ InsertAsync(
	TData data
)

Parameters

data
Type: TData

The data to be inserted

Return Value

Type: System.Threading.Tasks::Task<TData>^

The inserted item.

Return to top
Show: