DataCacheServerEndpoint Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Used to specify an individual cache host when programmatically configuring the cache client.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public Class DataCacheServerEndpoint
'Usage
Dim instance As DataCacheServerEndpoint
public class DataCacheServerEndpoint
public ref class DataCacheServerEndpoint
public class DataCacheServerEndpoint
public class DataCacheServerEndpoint

Remarks

This class is used with the parameterized DataCacheFactory cache constructor to programmatically configure the cache client. When you configure cache hosts, make sure to specify those hosts that have been designated lead hosts. Lead hosts are the first cache servers installed in the cluster. For more information about lead hosts, see the Physical Model section in General Concept Models (Velocity).

You can determine which hosts are lead hosts by using the PowerShell administration tool. For more information about PowerShell, see Cache Administration with PowerShell (Velocity).

Inheritance Hierarchy

System.Object
  Microsoft.Data.Caching.DataCacheServerEndpoint

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

Reference

DataCacheServerEndpoint Members
Microsoft.Data.Caching Namespace