ICustomProvider.GetEntry Method (Object, String, String)
Retrieves a ConfigStoreEntry object from the configuration store.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
ConfigStoreEntry GetEntry(
object transactionContext,
string type,
string key
)
ConfigStoreEntry^ GetEntry(
Object^ transactionContext,
String^ type,
String^ key
)
abstract GetEntry :
transactionContext:Object *
type:string *
key:string -> ConfigStoreEntry
Function GetEntry (
transactionContext As Object,
type As String,
key As String
) As ConfigStoreEntry
Parameters
transactionContext
Type: System.ObjectThe transaction context object.
type
Type: System.StringThe type of the entry.
key
Type: System.StringThe key of the entry.
Return Value
Type: Microsoft.ApplicationServer.Caching.ConfigStoreEntry
Returns aConfigStoreEntry object.
See Also
ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace
Return to top