Timeout Property

Gets and sets the number of seconds until a connection attempt fails.

Syntax

[form.]object.Timeout [= seconds]

Remarks

This property specifies the number of seconds that the control has to establish a connection with a remote server. If a connection is not established within that time period, the OnTimeout event is fired and the control is reset. The default value for this property is 60 seconds. A value of 0 indicates that the control should wait indefinitely for a connection attempt to succeed.

Data Type

Integer

See Also

Interval Property, OnStatus Event, OnTimeout Event


Copyright © 2008 Catalyst Development Corporation. All rights reserved.