MongoDomainManager<TData>.ReplaceAsync Method (String, TData)
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)
Syntax
public override Task<TData> ReplaceAsync(
string id,
TData data
)
public:
virtual Task<TData>^ ReplaceAsync(
String^ id,
TData data
) override
override ReplaceAsync :
id:string *
data:'TData -> Task<'TData>
Public Overrides Function ReplaceAsync (
id As String,
data As TData
) As Task(Of TData)
Parameters
- id
Type: System.String
- data
Type: TData
Return Value
Type: System.Threading.Tasks.Task<TData>
Implements
IDomainManager<TData>.ReplaceAsync(String, TData)
See Also
MongoDomainManager<TData> Class
Microsoft.Azure.Mobile.Server Namespace
Return to top