Click or drag to resize
AGIScriptExec Method (String, String)
Executes the given command.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected int Exec(
	string application,
	string options
)

Parameters

application
Type: SystemString
the name of the application to execute, for example "Dial".
options
Type: SystemString
the parameters to pass to the application, for example "SIP/123".

Return Value

Type: Int32
the return code of the application of -2 if the application was not found.
See Also