SPDistributedCacheClusterInfoManager.GetSPDistributedCacheClusterInfo-Methode
Gibt ein SPDistributedCacheClusterInfo -Objekt zurück.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetSPDistributedCacheClusterInfo ( _
clusterName As String _
) As SPDistributedCacheClusterInfo
'Usage
Dim instance As SPDistributedCacheClusterInfoManager
Dim clusterName As String
Dim returnValue As SPDistributedCacheClusterInfo
returnValue = instance.GetSPDistributedCacheClusterInfo(clusterName)
public SPDistributedCacheClusterInfo GetSPDistributedCacheClusterInfo(
string clusterName
)
Parameter
clusterName
Typ: System.StringDer Name des Clusters.
Rückgabewert
Typ: Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo
Gibt ein SPDistributedCacheClusterInfo -Objekt zurück.
Siehe auch
Referenz
SPDistributedCacheClusterInfoManager Klasse