OnTimeout Event  
 

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

Syntax

Sub object_OnTimeout ( [Index As Integer] )

Remarks

The OnTimeout event is generated when a blocking socket operation, such as sending or receiving data, times out. To determine which operation was in progress when the timeout occurred, consult the State property. This event is only triggered when the Blocking property is set to True.

See Also

Timeout Property, OnCancel Event