StorageDomainManager<TData>.UpdateAsync Method (String, Delta<TData>)

 

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

[DebuggerStepThroughAttribute]
public virtual Task<TData> UpdateAsync(
	string id,
	Delta<TData> patch
)
Return to top
Show: