ActiveConnectionCancelRerouteRequest Method

Cancels specific route requested by Reroute(IEnumerableRouteRequest) Can be called at any time to ensure that route has been ended.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
bool CancelRerouteRequest(
	string targetId
)

Parameters

targetId  String
specific route to cancel

Return Value

Boolean

See Also