







Represents possible states for an asynchronous VoiceXML Browser session.
Namespace:
Microsoft.Speech.VoiceXml.Common
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
| C# |
|---|
public enum SessionState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Idle | 0 |
The Browser is not running.
| |
| Active | 1 |
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.
