DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / Cancel Method



In This Topic
    Cancel Method
    In This Topic
    Causes a C-CANCEL request to be sent to the remote AE asking it to terminate any outstanding image transfers
    Syntax
    'Declaration
     
    
    Public Sub Cancel() 
    'Usage
     
    
    Dim instance As DicomAssociation
     
    instance.Cancel()
    public void Cancel()
    public:
    void Cancel(); 
    Remarks
    The C-CANCEL request is sent between images so a single image transfer may not be affected.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also