你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

适用于