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

The "Cause" of the Abort

The "Cause" of the Abort




In This Topic
    Abort Method
    In This Topic
    Aborts an association
    Syntax
    'Declaration
     
    
    Public Sub Abort( _
       ByVal Reason As Byte, _
       ByVal Source As Byte _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Reason As Byte
    Dim Source As Byte
     
    instance.Abort(Reason, Source)
    public void Abort( 
       byte Reason,
       byte Source
    )
    public:
    void Abort( 
       byte Reason,
       byte Source
    ) 

    Parameters

    Reason

    The "Cause" of the Abort

    Source

    The "Cause" of the Abort

    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