ICustomProvider.GetEntries Method (Object, String)
Enumerates all the entries of the specified type.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
ICollection<ConfigStoreEntry> GetEntries(
object transactionContext,
string type
)
ICollection<ConfigStoreEntry^>^ GetEntries(
Object^ transactionContext,
String^ type
)
abstract GetEntries :
transactionContext:Object *
type:string -> ICollection<ConfigStoreEntry>
Function GetEntries (
transactionContext As Object,
type As String
) As ICollection(Of ConfigStoreEntry)
Parameters
transactionContext
Type: System.ObjectThe transaction context object.
type
Type: System.StringThe type of entry to enumerate.
Return Value
Type: System.Collections.Generic.ICollection<ConfigStoreEntry>
Returns aICollection<T> of entries.
See Also
ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace
Return to top