| OriginateGetVariables Method |
Get the variables dictionary to set on the originated call.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, string> GetVariables()
Public Function GetVariables As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetVariables()
member GetVariables : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
String[Missing <returns> documentation for "M:AsterNET.Manager.Originate.GetVariables"]
See Also