Share via


MongoDomainManager<TData>.DeleteAsync Method (String)

 

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

Syntax

public virtual Task<bool> DeleteAsync(
    string id
)
public:
virtual Task<bool>^ DeleteAsync(
    String^ id
)
abstract DeleteAsync : 
        id:string -> Task<bool>
override DeleteAsync : 
        id:string -> Task<bool>
Public Overridable Function DeleteAsync (
    id As String
) As Task(Of Boolean)

Return Value

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

Implements

IDomainManager<TData>.DeleteAsync(String)

See Also

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

Return to top