The OnTimeout event is fired when a blocking operation
times out.
Syntax
Subobject_OnTimeout ( [IndexAs
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.