(String, SPDistributedCacheClusterConfigStorageLocation, String, SPDistributedCacheClusterInfoManager) del constructor SPDistributedCacheClusterInfo
Espacio de nombres: Microsoft.SharePoint.DistributedCaching.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
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
Tipo: System.String
- CacheConfigStorageLocation
Tipo: Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigStorageLocation
- size
Tipo: System.String
Vea también
Referencia
clase SPDistributedCacheClusterInfo
Miembros SPDistributedCacheClusterInfo
Sobrecarga SPDistributedCacheClusterInfo
Espacio de nombres Microsoft.SharePoint.DistributedCaching.Utilities