Share via


ConnectionPool.MaximumNumberOfConnections Property

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.

See Also

Reference

ConnectionPool Class

ConnectionPool Members

Microsoft.Rtc.Signaling Namespace