Returns the counter of the waiting connects that failed to the MVSP server.


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

Syntax

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

Property Value

an integer containing a counter of waiting connects that failed to the MVSP server

See Also