DataCacheServerEndpoint Class
Used to specify an individual cache host when programmatically configuring the cache client.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
The DataCacheServerEndpoint type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataCacheServerEndpoint | Used to define a cache host in the cache cluster for programmatic configuration of the cache client. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns true if the DataCacheServerEndpoint objects are equal. (Overrides Object..::..Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for the DataCacheServerEndpoint. (Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
This class is used with the parameterized DataCacheFactory cache constructor to programmatically configure the cache client.
Note |
|---|
When you configure cache hosts in Microsoft AppFabric 1.1 for Windows Server Caching, make sure to specify those hosts that have been designated lead hosts. This applies to cache clusters that use Xml for the configuration store. Lead hosts are the first cache servers installed in the cluster. |
Note |
|---|
When you configure cache hosts in Windows Azure Shared Caching, specify the service URL from the . |
Community Additions
ADD
Show:
