Click or drag to resize
TeamButtonIncomingCallPickup Method
Picks up a team button call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void Pickup(
	TeamButtonIncomingCallFeatureCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesTeamButtonIncomingCallFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also