DicomObjects.NET.V8
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:
    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.0 or higher

    See Also