DicomObjects.NET.V8
DicomObjects Namespace / DicomServer Class / Dispose Method



    Dispose Method (DicomServer)
    Release all system resources used by DicomServer object
    Syntax
    'Declaration
     
    Public Overridable Sub Dispose() 
     
    'Usage
     
    Dim instance As DicomServer
     
    instance.Dispose()
    Remarks
    This is the Destructor method.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also