StorageDomainManager<TData>.UndeleteAsync Method

Definition

public override System.Threading.Tasks.Task<TData> UndeleteAsync (string id, System.Web.Http.OData.Delta<TData> patch);
override this.UndeleteAsync : string * System.Web.Http.OData.Delta<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> -> System.Threading.Tasks.Task<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Overrides Function UndeleteAsync (id As String, patch As Delta(Of TData)) As Task(Of TData)

Parameters

id
String
patch
System.Web.Http.OData.Delta<TData>

Returns

Task<TData>

Applies to