MongoDomainManager<TData>.UpdateAsync Method (String, Delta<TData>)
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Mongo (in Microsoft.WindowsAzure.Mobile.Service.Mongo.dll)
Syntax
public virtual Task<TData> UpdateAsync(
string id,
Delta<TData> patch
)
public:
virtual Task<TData>^ UpdateAsync(
String^ id,
Delta<TData>^ patch
)
abstract UpdateAsync :
id:string *
patch:Delta<'TData> -> Task<'TData>
override UpdateAsync :
id:string *
patch:Delta<'TData> -> Task<'TData>
Public Overridable Function UpdateAsync (
id As String,
patch As Delta(Of TData)
) As Task(Of TData)
Return Value
Type: System.Threading.Tasks.Task<TData>
Implements
IDomainManager<TData>.UpdateAsync(String, Delta<TData>)
See Also
MongoDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top