Click or drag to resize

TeamButtonIncomingCallPickup Method

Picks up a team button call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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