DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / Dispose Method



In This Topic
    Dispose Method (DicomServer)
    In This Topic
    Release all system resources used by DicomServer object
    Syntax
    'Declaration
     
    
    Public Overridable Sub Dispose() 
    'Usage
     
    
    Dim instance As DicomServer
     
    instance.Dispose()
    public virtual void Dispose()
    public:
    virtual void Dispose(); 
    Remarks
    This is the Destructor method.
    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