IDomainManager<TData>::ReplaceAsync Method (String^, TData)

 

Completely replaces an existing item.

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

Task<TData>^ ReplaceAsync(
	String^ id,
	TData data
)

Parameters

id
Type: System::String^

The id of the item to replace.

data
Type: TData

The replacement

Return Value

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

The replaced item

Return to top
Show: