次の方法で共有


StorageDomainManager<TData>.GetCurrentItem(CompositeTableKey) メソッド

定義

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)

パラメーター

戻り値

Task<TData>

適用対象