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 Value
Type: System.Threading.Tasks.Task<TData>
Show: