DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Cancel Method
In This Topic
    Cancel Method
    In This Topic
    Description
    Send a C-CANCEL request
    Syntax
    Visual Basic
    Public Sub Cancel() 
    Remarks
    This method is only useful following an asynchronous SendImages, FindMove or Get method, Note, however, that most implementations only check for C-CANCEL requests intermittently, so a single image transfer may not be affected.
    See Also