OnTimeout Event  
 

The OnTimeout event is fired when a network operation times out.

Syntax

Sub object_OnTimeout ( [Index As Integer,] ByVal Handle As Variant )

Remarks

The OnTimeout event is generated when a network operation, such as sending or receiving data, times out. The Handle property specifies the socket handle for the current client session when the timeout occurred.

The value of the Timeout property determines how long the control will wait for a network operation to complete.

See Also

Timeout Property, OnCancel Event