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