DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / Close Method






In This Topic
    Close Method (DicomAssociation)
    In This Topic
    Closes the association represented by a "stand-alone" DicomAssociation
    Syntax
    'Declaration
     
    
    Public Sub Close() 
    'Usage
     
    
    Dim instance As DicomAssociation
     
    instance.Close()
    public void Close()
    public procedure Close(); 
    public function Close();
    public: void Close(); 
    public:
    void Close(); 
    Remarks
    After a close method, a DicomAssociation object may be re-used, using Open to establish a new association. The isOpen property is set to false after this method.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also