DisconnectingEventArgs 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 Disconnecting event is raised.

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

Syntax

C#
public class DisconnectingEventArgs : EventArgs

Remarks

The Disconnecting event is raised just before a call is disconnected during an asynchronous Browser session.

Inheritance Hierarchy

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

See Also