EntityDomainManager<TData>.ReplaceAsync Method (String, TData)
Namespace:
Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
[DebuggerStepThroughAttribute] public virtual Task<TData> ReplaceAsync( string id, TData data )
Return Value
Type: System.Threading.Tasks.Task<TData>
Show: