Click or drag to resize

OtherPhoneServiceOtherPhoneServiceCompletionHandler Delegate

Delegate for other phone number activation completion handler . OtherPhoneActivationFailureException provides the status of the operation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void OtherPhoneServiceCompletionHandler(
	OtherPhoneActivationFailureException error
)

Parameters

error
Type: Avaya.ClientServicesOtherPhoneActivationFailureException
See Also