Click or drag to resize
OriginateActionSetVariables Method
Set the variables dictionary to set on the originated call.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetVariables(
	Dictionary<string, string> vars
)

Parameters

vars
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="vars"/> documentation for "M:AsterNET.Manager.Action.OriginateAction.SetVariables(System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also