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


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

Syntax

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

Property Value

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

See Also