Share via


MappedEntityDomainManager<TData, TModel>.DeleteItemAsync Method (Object )

 

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

Syntax

[DebuggerStepThroughAttribute]
protected virtual Task<bool> DeleteItemAsync(
    params object[] keys
)
protected:
[DebuggerStepThroughAttribute]
virtual Task<bool>^ DeleteItemAsync(
    ... array<Object^>^ keys
)
[<DebuggerStepThroughAttribute>]
abstract DeleteItemAsync : 
        [<ParamArrayAttribute>] keys:Object[] -> Task<bool>
[<DebuggerStepThroughAttribute>]
override DeleteItemAsync : 
        [<ParamArrayAttribute>] keys:Object[] -> Task<bool>
<DebuggerStepThroughAttribute>
Protected Overridable Function DeleteItemAsync (
    ParamArray keys As Object()
) As Task(Of Boolean)

Return Value

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

See Also

MappedEntityDomainManager<TData, TModel> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top