SPDistributedCacheClientConfigurationSettings.MaxConnectionsToServer property
Specifies the maximum number of channels to open to the cache cluster.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxConnectionsToServer As Integer
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As Integer
value = instance.MaxConnectionsToServer
public int MaxConnectionsToServer { get; internal set; }
Property value
Type: System.Int32
See also
Reference
SPDistributedCacheClientConfigurationSettings class