DataCacheServerEndpoint 构造函数
用于在缓存群集中定义缓存主机以便通过编程方式配置缓存客户端。
命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Client(在 microsoft.applicationserver.caching.client.dll 中)
用法
语法
声明
Public Sub New ( _
hostName As String, _
cachePort As Integer _
)
public DataCacheServerEndpoint (
string hostName,
int cachePort
)
public:
DataCacheServerEndpoint (
String^ hostName,
int cachePort
)
public DataCacheServerEndpoint (
String hostName,
int cachePort
)
public function DataCacheServerEndpoint (
hostName : String,
cachePort : int
)
参数
- hostName
缓存服务器的计算机名称。
- cachePort
缓存主机的缓存端口号。
备注
此类与参数化的 DataCacheFactory 缓存构造函数一起使用,以通过编程方式配置缓存客户端。当配置缓存主机时,确保指定已经指定为领导主机的那些主机。领导主机是首先在群集中安装的缓存服务器。有关主要主机的详细信息请参阅一般概念模型 (Velocity) 中的物理模型部分。可以通过使用 PowerShell 管理工具来确定哪些主机是领导主机。有关 PowerShell 的详细信息,请参阅缓存管理与 PowerShell (Velocity)。
平台
开发平台
Visual Studio 2010 及更高版本, .NET Framework 4
目标平台
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
另请参阅
参考
DataCacheServerEndpoint 类
DataCacheServerEndpoint 成员
Microsoft.ApplicationServer.Caching 命名空间