Share via


Note

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

DisconnectingEventArgs Class

Contains information that can be used in the event handler of the application when the Disconnecting event is raised.

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The Disconnecting event is raised just before a call is disconnected during 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

DisconnectingEventArgs Members

Microsoft.Speech.VoiceXml.Common Namespace