MaximumNumberOfConnections Property
Gets or sets the pool size.
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
An int containing the pool size.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the value given is negative or zero. |
Remarks
[MaximumNumberOfConnections] represents the maximum number of connections desired in the pool.