Note

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

Browser.StopAsync Method

Terminates the processing of a VoiceXML page, but allows the Browser to finish processing the current VoiceXML element.

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

Syntax

'Declaration
Public Overridable Sub StopAsync
'Usage
Dim instance As Browser

instance.StopAsync()
public virtual void StopAsync()

Remarks

The StopAsync method resets the Browser state, freeing the Browser for a new session. If the Browser has already stopped, calling StopAsync has no effect. You can override the StopAsync method to customize its functionality.

See Also

Reference

Browser Class

Browser Members

Microsoft.Speech.VoiceXml Namespace