Click or drag to resize
GetVarAction Constructor (String, String)
Creates a new GetVarAction that queries for the given local channel variable.

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

Parameters

channel
Type: SystemString
the name of the channel, for example "SIP/1234-9cd".
variable
Type: SystemString
the name of the variable to query.
See Also