StorageDomainManager<TData>.GetCurrentItem(CompositeTableKey) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>