RealTimeServerConnectionManager.DefaultMaximumNumberOfConnectionsPerPool Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.