Freigeben über


SPDistributedCacheClusterInfo-Konstruktor (String, SPDistributedCacheClusterConfigStorageLocation, String, SPDistributedCacheClusterInfoManager)

Initialisiert eine neue Instanz des SPDistributedCacheClusterInfo -Objekts mit dem angegebenen Namen, Speicherort für die Konfiguration und Größe im Cluster verwiesen wird SharePoint-Farm.

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
)

Parameter

Siehe auch

Referenz

SPDistributedCacheClusterInfo Klasse

SPDistributedCacheClusterInfo-Member

SPDistributedCacheClusterInfo-Überladung

Microsoft.SharePoint.DistributedCaching.Utilities-Namespace