Share via


IDomainManager<TData>.DeleteAsync Method (String)

 

Deletes an existing item

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

Syntax

Task<bool> DeleteAsync(
    string id
)
Task<bool>^ DeleteAsync(
    String^ id
)
abstract DeleteAsync : 
        id:string -> Task<bool>
Function DeleteAsync (
    id As String
) As Task(Of Boolean)

Parameters

Return Value

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

true if item was deleted; otherwise false

See Also

IDomainManager<TData> Interface
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top