ConfigStoreEntry Constructor (String, Byte , Int64)

 

Creates a new instance of the ConfigStoreEntry class. Applies only to the server versions of AppFabric.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public ConfigStoreEntry(
    string key,
    byte[] value,
    long version
)
public:
ConfigStoreEntry(
    String^ key,
    array<unsigned char>^ value,
    long long version
)
new : 
        key:string *
        value:byte[] *
        version:int64 -> ConfigStoreEntry
Public Sub New (
    key As String,
    value As Byte(),
    version As Long
)

Parameters

See Also

ConfigStoreEntry Class
Microsoft.ApplicationServer.Caching Namespace

Return to top