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


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

Syntax

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

Property Value

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

See Also