SpeakAsyncCancelAll Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Cancels all queued, asynchronous, speech synthesis operations.

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

Syntax

Visual Basic (Declaration)
Public Sub SpeakAsyncCancelAll
Visual Basic (Usage)
Dim instance As SpeechSynthesizer

instance.SpeakAsyncCancelAll()
C#
public void SpeakAsyncCancelAll()

See Also