Share via


StorageDomainManager<TData>.GetCurrentItem Method (CompositeTableKey)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

Syntax

[DebuggerStepThroughAttribute]
protected virtual Task<TData> GetCurrentItem(
    CompositeTableKey key
)
protected:
[DebuggerStepThroughAttribute]
virtual Task<TData>^ GetCurrentItem(
    CompositeTableKey^ key
)
[<DebuggerStepThroughAttribute>]
abstract GetCurrentItem : 
        key:CompositeTableKey -> Task<'TData>
[<DebuggerStepThroughAttribute>]
override GetCurrentItem : 
        key:CompositeTableKey -> Task<'TData>
<DebuggerStepThroughAttribute>
Protected Overridable Function GetCurrentItem (
    key As CompositeTableKey
) As Task(Of TData)

Return Value

Type: System.Threading.Tasks.Task<TData>

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top