ActiveConnectionAttachConnectionData Method

Allows to attach data to the existing connection. The data will be available using AttachedData and indexer of ActiveConnection Ignores all keys which are not started with "public_" prefix.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Task<bool> AttachConnectionData(
	Dictionary<string, string> dataset
)

Parameters

dataset  DictionaryString, String
the dataset

Return Value

TaskBoolean
True, if data was attached, False - if no "public_*" keys are provided

Exceptions

OperationFailedcall manager has rejected request
PBXIsNotConnectedNo connection with call manager to perform action

See Also