Click or drag to resize
SayAlphaCommand Constructor (String, String)
Creates a new SayAlphaCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SayAlphaCommand(
	string text,
	string escapeDigits
)

Parameters

text
Type: SystemString
the text to say.
escapeDigits
Type: SystemString
contains the digits that allow the user to interrupt this command.
See Also