ConfigStoreEntry Class

 

Represents a key-value pair that can be used by a custom provider for the cache cluster configuration store. Applies only to the server versions of AppFabric.

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

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.ConfigStoreEntry

Syntax

public sealed class ConfigStoreEntry
public ref class ConfigStoreEntry sealed 
[<Sealed>]
type ConfigStoreEntry = class end
Public NotInheritable Class ConfigStoreEntry

Constructors

Name Description
System_CAPS_pubmethod ConfigStoreEntry(String, Byte[], Int64)

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

Properties

Name Description
System_CAPS_pubproperty Key

The key of the entry. Applies only to the server versions of AppFabric.

System_CAPS_pubproperty Version

The version of the entry. Applies only to the server versions of AppFabric.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

Use this class as a part of the implementation of the ICustomProvider interface that defines a custom provider for the cache cluster configuration store.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top