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

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

Parameters

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