Dispose Method (Boolean)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Disposes the Browser object and releases resources used during the session.

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

Syntax

C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
Indicates whether the Browser is directly disposing.

Remarks

This method can be overridden by derived Browser classes.

See Also