GetEntries Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public Function GetEntries ( _
    transactionContext As Object, _
    type As String _
) As ICollection(Of ConfigStoreEntry)
'Usage
Dim instance As CustomProviderProxy
Dim transactionContext As Object
Dim type As String
Dim returnValue As ICollection(Of ConfigStoreEntry)

returnValue = instance.GetEntries(transactionContext, _
    type)
public ICollection<ConfigStoreEntry> GetEntries(
    Object transactionContext,
    string type
)
public:
virtual ICollection<ConfigStoreEntry^>^ GetEntries(
    Object^ transactionContext, 
    String^ type
) sealed
abstract GetEntries : 
        transactionContext:Object * 
        type:string -> ICollection<ConfigStoreEntry> 
override GetEntries : 
        transactionContext:Object * 
        type:string -> ICollection<ConfigStoreEntry> 
public final function GetEntries(
    transactionContext : Object, 
    type : String
) : ICollection<ConfigStoreEntry>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .ICollection< (Of < ( <'ConfigStoreEntry> ) > ) >
Returns ICollection<(Of <(<'T>)>)>.

Implements

ICustomProvider. . :: . .GetEntries(Object, String)

See Also

Reference

CustomProviderProxy Class

Microsoft.ApplicationServer.Caching Namespace