Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

DisconnectedEventArgs Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class DisconnectedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DisconnectedEventArgs
public class DisconnectedEventArgs : EventArgs

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DisconnectedEventArgs Members

Microsoft.Speech.VoiceXml.Common Namespace