SessionCompleted Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised when the Browser exits a VoiceXML page during an asynchronous Browser session.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
public event EventHandler<SessionCompletedEventArgs> SessionCompleted

Remarks

When the SessionCompleted event is raised, the Result property on the SessionCompletedEventArgs instance contains a VoiceXmlResult object, which has information about the result of the session.

See Also