SPDistributedCacheClusterInfoManager class
this class represents a velocity distributed cache cluster manager per SPFarm this class is repsonsible for managing the clusters in a farm.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfoManager
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("BA2AA1D3-52C9-4D7B-88A7-B40C62281E8E")> _
Public NotInheritable Class SPDistributedCacheClusterInfoManager _
Inherits SPPersistedObject _
Implements IDisposable
'Usage
Dim instance As SPDistributedCacheClusterInfoManager
[GuidAttribute("BA2AA1D3-52C9-4D7B-88A7-B40C62281E8E")]
public sealed class SPDistributedCacheClusterInfoManager : SPPersistedObject,
IDisposable
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.