StopAsync Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

C#
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