Click or drag to resize
AgiAction Constructor
Creates a new empty AgiAction.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AgiAction(
	string channel,
	string command
)

Parameters

channel
Type: SystemString

[Missing <param name="channel"/> documentation for "M:AsterNET.Manager.Action.AgiAction.#ctor(System.String,System.String)"]

command
Type: SystemString

[Missing <param name="command"/> documentation for "M:AsterNET.Manager.Action.AgiAction.#ctor(System.String,System.String)"]

See Also