SPDistributedCacheHostInfoCollection class

This class represents the collection of the SPDistributedCacheHostInfo

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPDistributedCacheHostInfo>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPDistributedCacheHostInfo>
      Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheHostInfoCollection

Namespace:  Microsoft.SharePoint.DistributedCaching.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("CB1BAF22-D68D-4EE1-89D0-C41C0139365D")> _
Public Class SPDistributedCacheHostInfoCollection _
    Inherits SPPersistedChildCollection(Of SPDistributedCacheHostInfo)
'Usage
Dim instance As SPDistributedCacheHostInfoCollection
[GuidAttribute("CB1BAF22-D68D-4EE1-89D0-C41C0139365D")]
public class SPDistributedCacheHostInfoCollection : SPPersistedChildCollection<SPDistributedCacheHostInfo>

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.

See also

Reference

SPDistributedCacheHostInfoCollection members

Microsoft.SharePoint.DistributedCaching.Utilities namespace