GetEntry Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public Function GetEntry ( _
    transactionContext As Object, _
    type As String, _
    key As String _
) As ConfigStoreEntry
'Usage
Dim instance As CustomProviderProxy
Dim transactionContext As Object
Dim type As String
Dim key As String
Dim returnValue As ConfigStoreEntry

returnValue = instance.GetEntry(transactionContext, _
    type, key)
public ConfigStoreEntry GetEntry(
    Object transactionContext,
    string type,
    string key
)
public:
virtual ConfigStoreEntry^ GetEntry(
    Object^ transactionContext, 
    String^ type, 
    String^ key
) sealed
abstract GetEntry : 
        transactionContext:Object * 
        type:string * 
        key:string -> ConfigStoreEntry 
override GetEntry : 
        transactionContext:Object * 
        type:string * 
        key:string -> ConfigStoreEntry 
public final function GetEntry(
    transactionContext : Object, 
    type : String, 
    key : String
) : ConfigStoreEntry

Parameters

Return Value

Type: Microsoft.ApplicationServer.Caching. . :: . .ConfigStoreEntry
Returns ConfigStoreEntry.

Implements

ICustomProvider. . :: . .GetEntry(Object, String, String)

See Also

Reference

CustomProviderProxy Class

Microsoft.ApplicationServer.Caching Namespace