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 network operation fails and the control returns an error.

Data Type

Integer (Int32)

See Also

LastError Property, OnError Event, OnTimeout Event