DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / Cancel Method



    Cancel Method
    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()
    Remarks
    The C-CANCEL request is sent between images so a single image transfer may not be affected.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also