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.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
Task<bool> AttachConnectionData(
Dictionary<string, string> dataset
)
- dataset DictionaryString, String
- the dataset
TaskBooleanTrue, if data was attached, False - if no "public_*" keys are provided