SPDistributedCacheHostInfoCollection constructor
Constructor
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
parent As SPDistributedCacheClusterInfo _
)
'Usage
Dim parent As SPDistributedCacheClusterInfo
Dim instance As New SPDistributedCacheHostInfoCollection(parent)
public SPDistributedCacheHostInfoCollection(
SPDistributedCacheClusterInfo parent
)
Parameters
parent
Type: Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfoThe parent SPDistributedCacheClusterInfo object
See also
Reference
SPDistributedCacheHostInfoCollection class