| GetVarAction Constructor (String, String) |
Creates a new GetVarAction that queries for the given local channel variable.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GetVarAction(
string channel,
string variable
)
Public Sub New (
channel As String,
variable As String
)
public:
GetVarAction(
String^ channel,
String^ variable
)
new :
channel : string *
variable : string -> GetVarAction
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