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.Object

    The transaction context.

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