GetValue 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 GetValue ( _
    transactionContext As Object, _
    type As String, _
    key As String _
) As Byte()
'Usage
Dim instance As CustomProviderProxy
Dim transactionContext As Object
Dim type As String
Dim key As String
Dim returnValue As Byte()

returnValue = instance.GetValue(transactionContext, _
    type, key)
public byte[] GetValue(
    Object transactionContext,
    string type,
    string key
)
public:
virtual array<unsigned char>^ GetValue(
    Object^ transactionContext, 
    String^ type, 
    String^ key
) sealed
abstract GetValue : 
        transactionContext:Object * 
        type:string * 
        key:string -> byte[] 
override GetValue : 
        transactionContext:Object * 
        type:string * 
        key:string -> byte[] 
public final function GetValue(
    transactionContext : Object, 
    type : String, 
    key : String
) : byte[]

Parameters

Return Value

Type: array<System. . :: . .Byte> [] () [] []
Returns Byte.

Implements

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

See Also

Reference

CustomProviderProxy Class

Microsoft.ApplicationServer.Caching Namespace