Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SessionCompletedEventArgs Class
Contains information that can be used in the event handler of the application when the SessionCompleted event is raised during an asynchronous Browser session.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.Speech.VoiceXml.Common.SessionCompletedEventArgs
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Class SessionCompletedEventArgs _
Inherits AsyncCompletedEventArgs
'Usage
Dim instance As SessionCompletedEventArgs
public class SessionCompletedEventArgs : AsyncCompletedEventArgs
Remarks
The SessionCompleted event is raised at the end of an asynchronous Browser session. SessionCompletedEventArgs derives from AsyncCompletedEventArgs.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.