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.
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.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DefaultMaximumNumberOfConnectionsPerPool As Integer
Get
Set
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As Integer
value = instance.DefaultMaximumNumberOfConnectionsPerPool
instance.DefaultMaximumNumberOfConnectionsPerPool = value
public int DefaultMaximumNumberOfConnectionsPerPool { get; set; }
Property Value
Type: System.Int32
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the value given is negative or zero. |
See Also
Reference
RealTimeServerConnectionManager Class