StorageDomainManager<TData>.DeleteAsync Method (String)
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.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
StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top