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.3.0

Syntax

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

Field Value

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

See Also