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