IMobileServiceTable.DeleteAsync Method (JsonObject)

Deletes an object from a given table.

Not supported in Windows Phone 8 apps.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Function DeleteAsync ( _
    instance As JsonObject _
) As Task
'Usage
Dim instance As IMobileServiceTable 
Dim instance As JsonObject 
Dim returnValue As Task 

returnValue = instance.DeleteAsync(instance)
Task DeleteAsync(
    JsonObject instance
)
Task^ DeleteAsync(
    JsonObject^ instance
)
abstract DeleteAsync : 
        instance:JsonObject -> Task
function DeleteAsync(
    instance : JsonObject
) : Task

Parameters

  • instance
    Type: JsonObject
    The instance to delete from the table.

Return Value

Type: System.Threading.Tasks.Task
A task that will complete when the delete finishes.

See Also

Reference

IMobileServiceTable Interface

DeleteAsync Overload

Microsoft.WindowsAzure.MobileServices Namespace