Disconnecting Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised just before a call is disconnected from an asynchronous Browser session.

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

Syntax

C#
public event EventHandler<DisconnectingEventArgs> Disconnecting

Remarks

When the Disconnecting event is raised, the SessionState property on the DisconnectingEventArgs instance indicates the session state.

See Also