Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DisconnectingEventArgs.SessionState Property
Gets the SessionState when the Disconnecting event is raised.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property SessionState As SessionState
Get
'Usage
Dim instance As DisconnectingEventArgs
Dim value As SessionState
value = instance.SessionState
public SessionState SessionState { get; }
Property Value
Type: Microsoft.Speech.VoiceXml.Common.SessionState