Returns the counter of the wait at maximum capacity connects to the MVSP server.


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property WaitAtMaxConnects As Integer
C#
public int WaitAtMaxConnects { get; }
C++
public property int WaitAtMaxConnects sealed  {
    int get();
}
J#
/** property */
public int get_WaitAtMaxConnects();
JScript
public function get WaitAtMaxConnects() : int

Property Value

an integer containing a counter of the wait at maximum capacity connects to the MVSP server

See Also