DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Wait Method
Wait Method
Description
Wait for data transmission to complete
Syntax
Visual Basic
Public Sub Wait() 
Remarks
This value may used by an application wishing to operate synchronously without using the ActionComplete event or setting Mode to doSync.  If Mode is doSync, then this method will always return immediately.
See Also