Gets the number of seconds to wait for a response from the gateway before giving up.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public int Timeout { get; }
Visual Basic (Declaration)
Public ReadOnly Property Timeout As Integer
Visual C++
public:
property int Timeout {
	int get ();
}

Field Value

The number of seconds to wait before timing out. Typically 30.

See Also