Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.Dispose Method (Boolean)
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
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
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.