Click or drag to resize
CallFeatureServiceExtendedGroupCallPickup Method (Int32, CallFeatureServiceFeatureCompletionHandler)

Note: This API is now obsolete.

Picks up a call for the specified pickup group.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
[ObsoleteAttribute("This method is deprecated. Please use the method that takes String^ as parameter instead")]
public void ExtendedGroupCallPickup(
	int groupNumber,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

groupNumber
Type: SystemInt32
The group number to pick up the call from.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also