SPDistributedCacheClusterInfo 构造函数 (String, SPDistributedCacheClusterConfigStorageLocation, String, SPDistributedCacheClusterInfoManager)

命名空间:  Microsoft.SharePoint.DistributedCaching.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    CacheConfigStorageLocation As SPDistributedCacheClusterConfigStorageLocation, _
    size As String, _
    parent As SPDistributedCacheClusterInfoManager _
)
用法
Dim name As String
Dim CacheConfigStorageLocation As SPDistributedCacheClusterConfigStorageLocation
Dim size As String
Dim parent As SPDistributedCacheClusterInfoManager

Dim instance As New SPDistributedCacheClusterInfo(name, CacheConfigStorageLocation, _
    size, parent)
public SPDistributedCacheClusterInfo(
    string name,
    SPDistributedCacheClusterConfigStorageLocation CacheConfigStorageLocation,
    string size,
    SPDistributedCacheClusterInfoManager parent
)

参数

另请参阅

引用

SPDistributedCacheClusterInfo 类

SPDistributedCacheClusterInfo 成员

SPDistributedCacheClusterInfo 重载

Microsoft.SharePoint.DistributedCaching.Utilities 命名空间