ICustomProvider.GetValue Method (Object, String, String)
Retrieves the value of a specific entry in the configuration store.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
byte[] GetValue(
object transactionContext,
string type,
string key
)
array<unsigned char>^ GetValue(
Object^ transactionContext,
String^ type,
String^ key
)
abstract GetValue :
transactionContext:Object *
type:string *
key:string -> byte[]
Function GetValue (
transactionContext As Object,
type As String,
key As String
) As Byte()
Parameters
transactionContext
Type: System.ObjectThe transaction context.
type
Type: System.StringThe type of the entry.
key
Type: System.StringThe key for the entry.
Return Value
Type: System.Byte[]
The value of a specified entry in the configuration store.
See Also
ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace
Return to top