Blocks callee until the text is spoken Speak(String, SpeakFlags) up to millisTimeout in milliseconds.

Namespace:  SGP.Speech
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool WaitUntilDone(
	int millisTimeout
)

Parameters

millisTimeout
Type: System..::.Int32
A timeout in milliseconds.

Return Value

Returns trueTruetruetrue (True in Visual Basic) whether the hole text is spoken before timeout, otherwise falseFalsefalsefalse (False in Visual Basic).

See Also