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. This indicates the maximum number of connections desired in the pool.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MaximumNumberOfConnections As Integer
Get
Set
'Usage
Dim instance As ConnectionPool
Dim value As Integer
value = instance.MaximumNumberOfConnections
instance.MaximumNumberOfConnections = value
public int MaximumNumberOfConnections { get; set; }
Property Value
Type: System.Int32
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the value given is negative or zero. |