LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Finalize Method
See Also 
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : Finalize Method



Overrides the Object.Finalize method.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub Finalize() 
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
 
instance.Finalize()
C# 
protected override void Finalize()
C++/CLI 
protected:
void Finalize(); override 

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also