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)

Task<bool>^ DeleteAsync(
	String^ id
)

Parameters

id
Type: System::String^

The id of the item to delete.

Return Value

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

true if item was deleted; otherwise false

Return to top
Show: