StorageDomainManager<TData>.GetCurrentItem(CompositeTableKey) Method

Definition

protected virtual System.Threading.Tasks.Task<TData> GetCurrentItem (Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey key);
abstract member GetCurrentItem : Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey -> 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))>
override this.GetCurrentItem : Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey -> 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))>
Protected Overridable Function GetCurrentItem (key As CompositeTableKey) As Task(Of TData)

Parameters

Returns

Task<TData>

Applies to