Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.Disconnecting Event
Raised just before a call is disconnected from an asynchronous Browser session.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Event Disconnecting As EventHandler(Of DisconnectingEventArgs)
'Usage
Dim instance As Browser
Dim handler As EventHandler(Of DisconnectingEventArgs)
AddHandler instance.Disconnecting, handler
public event EventHandler<DisconnectingEventArgs> Disconnecting
Remarks
When the Disconnecting event is raised, the SessionState property on the DisconnectingEventArgs instance indicates the session state.