Click or drag to resize

CallFeatureServiceCancelNoHoldConference Method

Cancels the No Hold Conference invocation.

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

Parameters

completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
Remarks
The feature can be canceled after invocation of No Hold Conference and during the time it's ringing on the party that is to be added to the No Hold Conference.
See Also