Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SessionState Enumeration
Represents possible states for an asynchronous VoiceXML Browser session.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Enumeration SessionState
'Usage
Dim instance As SessionState
public enum SessionState
Members
Member name | Description | |
---|---|---|
Idle | The Browser is not running. | |
Active | The Browser is processing a Run(Uri, CookieContainer) or a RunAsync(Uri, CookieContainer) method. |
Remarks
When the Disconnecting event is raised, the SessionState property on the DisconnectingEventArgs instance indicates the session state.
Note: Although the TransferType enumeration contains all three types of transfer defined in the VoiceXML 2.1 standard, the current version of the VoiceXML runtime supports only the Blind transfer type.