DataCacheFactoryConfiguration.MaxConnectionsToServer Property

 

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