PBXConnectionInvokeCommand Method

Note: This API is now obsolete.

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use PhoneSystem.Root.InvokeCommang(commandName, parameters)")]
public void InvokeCommand(
	string commandName,
	Dictionary<string, string> parameters
)

Parameters

commandName  String
parameters  DictionaryString, String

See Also