SPDistributedCacheClusterInfo constructor (String, SPDistributedCacheClusterConfigStorageLocation, String, SPDistributedCacheClusterInfoManager)
Inicializa uma nova instância do objeto SPDistributedCacheClusterInfo com o nome especificado, o local de armazenamento de configuração e o tamanho do cluster de farm do SharePoint referenciado.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Sub New ( _
name As String, _
CacheConfigStorageLocation As SPDistributedCacheClusterConfigStorageLocation, _
size As String, _
parent As SPDistributedCacheClusterInfoManager _
)
'Uso
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
)
Parâmetros
- name
Type: System.String
- CacheConfigStorageLocation
Type: Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigStorageLocation
- size
Type: System.String
Ver também
Referência
SPDistributedCacheClusterInfo class
SPDistributedCacheClusterInfo members