ICustomProvider::GetEntry Method (Object^, String^, String^)
Retrieves a ConfigStoreEntry object from the configuration store.
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 the entry.
- key
-
Type:
System::String^
The key of the entry.
Return Value
Type: Microsoft.ApplicationServer.Caching::ConfigStoreEntry^Returns aConfigStoreEntry object.
Show: