Share via


MongoDomainManager<TData>.InsertAsync Method (TData)

 

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

Syntax

public virtual Task<TData> InsertAsync(
    TData data
)
public:
virtual Task<TData>^ InsertAsync(
    TData data
)
abstract InsertAsync : 
        data:'TData -> Task<'TData>
override InsertAsync : 
        data:'TData -> Task<'TData>
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

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

Return to top