DisconnectedEventArgs Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Contains information that can be used in the event handler of the application when the Disconnected event is raised during an asynchronous Browser session.

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

Syntax

C#
public class DisconnectedEventArgs : EventArgs

Remarks

The Disconnected event is raised when a call has disconnected from an asynchronous Browser session.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Speech.VoiceXml.Common..::..DisconnectedEventArgs

See Also