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. This event
is only triggered when the Blocking property is set to
True.
See Also
Blocking Property,
Timeout Property,
OnCancel Event
|