Finalize Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Acts as a safeguard to clean up resources in the event that the Dispose()()()() method is not called.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub Finalize
Visual Basic (Usage)
Me.Finalize()
C#
protected override void Finalize()

See Also