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: 493.0.70.0
Syntax
C#
public delegate void OtherPhoneServiceCompletionHandler(
	OtherPhoneActivationFailureException error
)

Parameters

error
Type: Avaya.ClientServicesOtherPhoneActivationFailureException
See Also