ConfigStoreEntry Class
Updated: June 30, 2012
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.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigStoreEntry(String, Byte[], Int64) | Creates a new instance of the ConfigStoreEntry class. Applies only to the server versions of AppFabric. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Use this class as a part of the implementation of the ICustomProvider interface that defines a custom provider for the cache cluster configuration store.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

