ConfigStoreEntry Constructor

Creates a new instance of the ConfigStoreEntry class.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim key As String
Dim value As Byte()
Dim version As Long

Dim instance As New ConfigStoreEntry(key, value, version)

Syntax

'Declaration
Public Sub New ( _
    key As String, _
    value As Byte(), _
    version As Long _
)
public ConfigStoreEntry (
    string key,
    byte[] value,
    long version
)
public:
ConfigStoreEntry (
    String^ key, 
    array<unsigned char>^ value, 
    long long version
)
public ConfigStoreEntry (
    String key, 
    byte[] value, 
    long version
)
public function ConfigStoreEntry (
    key : String, 
    value : byte[], 
    version : long
)

Parameters

  • key
    The key of the entry.
  • value
    The value of the entry.
  • version
    The version of the entry.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

ConfigStoreEntry Class
ConfigStoreEntry Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26