Click or drag to resize
CallFeatureServiceExtendedGroupCallPickup Method (String, CallFeatureServiceFeatureCompletionHandler)
Picks up a call for the specified pickup group.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void ExtendedGroupCallPickup(
	string groupNumber,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

groupNumber
Type: SystemString
The group number as string.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also