CallControlAPIAttachConnectionDataAsync Method

Attaches data to ActiveConnection the participant connection.
Attaches only subset of the keys which are started with "public_"

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static Task<CallControlResult> AttachConnectionDataAsync(
	this ActiveConnection ac,
	Dictionary<string, string> dataset
)

Parameters

ac  ActiveConnection
The ActiveConnection where to data should be attached
dataset  DictionaryString, String
the set of key value pairs to connect

Return Value

TaskCallControlResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActiveConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also