Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the maximum number of channels to open to the cache cluster.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Syntax
public int MaxConnectionsToServer { get; set; }
public:
property int MaxConnectionsToServer {
int get();
void set(int value);
}
member MaxConnectionsToServer : int with get, set
Public Property MaxConnectionsToServer As Integer
Property Value
Type: System.Int32
Returns Int32.
See Also
DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace
Return to top