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

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

Parameters

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