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
- transactionContext
Type: System. . :: . .Object
Internal.
- type
Type: System. . :: . .String
Internal.
- key
Type: System. . :: . .String
Internal.
Return Value
Type: Microsoft.ApplicationServer.Caching. . :: . .ConfigStoreEntry
Returns ConfigStoreEntry.
Implements
ICustomProvider. . :: . .GetEntry(Object, String, String)