Share via


StorageDomainManager<TData>.InsertAsync Method (TData)

 

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

Syntax

[DebuggerStepThroughAttribute]
public virtual Task<TData> InsertAsync(
    TData data
)
public:
[DebuggerStepThroughAttribute]
virtual Task<TData>^ InsertAsync(
    TData data
)
[<DebuggerStepThroughAttribute>]
abstract InsertAsync : 
        data:'TData -> Task<'TData>
[<DebuggerStepThroughAttribute>]
override InsertAsync : 
        data:'TData -> Task<'TData>
<DebuggerStepThroughAttribute>
Public Overridable Function InsertAsync (
    data As TData
) As Task(Of TData)

Return Value

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

Implements

IDomainManager<TData>.InsertAsync(TData)

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top