SPDistributedCacheClusterInfo constructor (String, SPDistributedCacheClusterConfigStorageLocation, String, SPDistributedCacheClusterInfoManager)
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
CacheConfigStorageLocation As SPDistributedCacheClusterConfigStorageLocation, _
size As String, _
parent As SPDistributedCacheClusterInfoManager _
)
'Usage
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
)
Parameters
- name
Type: System.String
- CacheConfigStorageLocation
Type: Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigStorageLocation
- size
Type: System.String
See also
Reference
SPDistributedCacheClusterInfo class
SPDistributedCacheClusterInfo members