SessionState Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameValueDescription
Idle0
The Browser is not running.
Active1
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.

See Also