Edit

Share via


RealTimeServerConnectionManager.DefaultMaximumNumberOfConnectionsPerPool Property

Definition

Gets or sets the pool size used for connection pools. This property can be used to globally control the pool size used for new connection pools.

public:
 property int DefaultMaximumNumberOfConnectionsPerPool { int get(); void set(int value); };
public int DefaultMaximumNumberOfConnectionsPerPool { get; set; }
member this.DefaultMaximumNumberOfConnectionsPerPool : int with get, set
Public Property DefaultMaximumNumberOfConnectionsPerPool As Integer

Property Value

Exceptions

Thrown when the value given is negative or zero.

Applies to