Click or drag to resize

CallFeatureServicePriorityCall Method

Starts a priority call to the specified destination.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void PriorityCall(
	string destination,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

destination
Type: SystemString
The destination to call.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
Remarks
Priority calls have distinct alerting and typically do not go to coverage.
See Also