Timeout Property  
 

Gets and sets the amount of time until a blocking operation fails.

Syntax

object.Timeout [= seconds ]

Remarks

Setting this property specifies the number of seconds until a blocking operation fails and the control returns an error.

For backwards compatibility with previous versions of the control, if a value greater than 1000 is specified when setting the property, the control assumes that milliseconds were intended and adjusts the value accordingly.

Data Type

Integer (Int32)

See Also

LastError Property, OnError Event, OnTimeout Event