Browser.Dispose(Boolean) Method

Definition

Dispose the Browser instance and release all managed and unmanaged resources used in the VoiceXML session.

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true if directly disposing

Applies to