Disconnected Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised after 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<DisconnectedEventArgs> Disconnected

Remarks

When the Disconnected event is raised, the State property on the DisconnectedEventArgs instance indicates the DisconnectState.

See Also