Share via


EntityDomainManager<TData>.DeleteAsync Method (String)

 

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

Syntax

[DebuggerStepThroughAttribute]
public virtual Task<bool> DeleteAsync(
    string id
)
public:
[DebuggerStepThroughAttribute]
virtual Task<bool>^ DeleteAsync(
    String^ id
)
[<DebuggerStepThroughAttribute>]
abstract DeleteAsync : 
        id:string -> Task<bool>
[<DebuggerStepThroughAttribute>]
override DeleteAsync : 
        id:string -> Task<bool>
<DebuggerStepThroughAttribute>
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

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

Return to top