Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.OnDisconnecting Method
Raises a Disconnecting event during an asynchronous Browser session.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected Overridable Sub OnDisconnecting ( _
sender As Object, _
e As DisconnectingEventArgs _
)
'Usage
Dim sender As Object
Dim e As DisconnectingEventArgs
Me.OnDisconnecting(sender, e)
protected virtual void OnDisconnecting(
Object sender,
DisconnectingEventArgs e
)
Parameters
- sender
Type: System.Object
The object that initiated the Disconnecting event.
- e
Type: Microsoft.Speech.VoiceXml.Common.DisconnectingEventArgs
An instance of DisconnectingEventArgs that contains information from the Disconnecting event.
Remarks
You can override the OnDisconnecting method to customize its functionality.