Wait timeout value in milliseconds


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

Syntax

Visual Basic (Declaration)
Public Property MaxWaitTime As Integer
C#
public int MaxWaitTime { get; set; }
C++
public property int MaxWaitTime sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_MaxWaitTime();

/** property */
public void set_MaxWaitTime(int value);
JScript
public function get MaxWaitTime() : int

public function set MaxWaitTime(value : int);

Property Value

Integer containing the number of milliseconds before get connection will timeout waiting for a connection to be released.

See Also