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

Visual Basic (Declaration)
Public 
Property 
MaximumNumberOfConnections 
As 
Integer
C#
public 
int 
MaximumNumberOfConnections { 
get; 
set; }
Visual C++
public:
property 
int 
MaximumNumberOfConnections {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
maximumNumberOfConnections();
function set_
maximumNumberOfConnections(
value);

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when the value given is negative or zero.

See Also