Negotiation timeout value in seconds


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

Syntax

Visual Basic (Declaration)
Public WriteOnly Property NegotiationTimeout As Integer
C#
public int NegotiationTimeout { set; }
C++
public property int NegotiationTimeout sealed  {
    void set(int value);
}
J#
/** property */
public void set_NegotiationTimeout(int value);
JScript
public function set NegotiationTimeout(value : int);

Property Value

The number of seconds before the negotiation will timeout. The default value is 3 seconds.

Remarks

The property needs to be set before calling the connect method if you wish to use a value other than the default.

See Also