Click or drag to resize

CallFeatureServiceLimitCalls Method

Enables or disables Limit Number of Concurrent Calls feature.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void LimitCalls(
	bool enabled,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

enabled
Type: SystemBoolean
If true Limit Number of Concurrent Calls is enabled. If false Limit Number of Concurrent Calls is disabled.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed or null if no completion callback is desired.
Remarks
Limit Number of Concurrent Calls feature: Users can use this to limit the number of concurrent calls at a station to one call, where normally multiple call appearances can terminate at the station.
See Also