ICustomProvider.GetEntries Method (Object, String)
Enumerates all the entries of the specified type.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- transactionContext
-
Type:
System.Object
The transaction context object.
- type
-
Type:
System.String
The type of entry to enumerate.
Return Value
Type: System.Collections.Generic.ICollection<ConfigStoreEntry>Returns aICollection<T> of entries.
Show: