DefaultMaximumNumberOfConnectionsPerPool Property
Gets or sets the pool size used for 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. |
Remarks
The [DefaultMaximumNumberOfConnectionsPerPool] property can be used to globally control the pool size used for new connection pools.
See Also
Reference
RealTimeServerConnectionManager Class