CallControlAPIServiceCallAsync(String, RPCParameters) Method

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static Task<CallControlResult> ServiceCallAsync(
	string handler,
	RPCParameters parameters
)

Parameters

handler  String
string identifier of the service
parameters  RPCParameters
rpc parameters

Return Value

TaskCallControlResult

See Also