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)

ConfigStoreEntry^ GetEntry(
	Object^ transactionContext,
	String^ type,
	String^ key
)

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 to top
Show: