Click or drag to resize

TeamButtonSpeedDial Method

Initiates team button speed dial.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SpeedDial(
	bool bOverride,
	TeamButtonFeatureCompletionHandler completionHandler
)

Parameters

bOverride
Type: SystemBoolean
Specifies whether the forwarding destination of monitored station will be overridden.
completionHandler
Type: Avaya.ClientServicesTeamButtonFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
Remarks
Override behaviour depends on the ForwardingOverride value.
See Also