Click or drag to resize

CallFeatureServiceUnparkCallFromSlot Method

Unparks the call from a park slot.

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

Parameters

parkSlot
Type: SystemString
A park slot from where the call should be unparked. The minimum length of the park slot is 1, and the maximum length is 9. Characters in this field would normally be 0-9, ‘#’ ‘*’.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also