Click or drag to resize

OtherPhoneServiceActivate Method

Activates other phone mode using the specified phone number, or updates the phone number if other phone mode is already active.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Activate(
	string number,
	OtherPhoneServiceOtherPhoneServiceCompletionHandler activationCompletionHandler
)

Parameters

number
Type: SystemString
The number to be used in other phone mode. The other phone number which is activated will be returned in the completion handler.
activationCompletionHandler
Type: Avaya.ClientServicesOtherPhoneServiceOtherPhoneServiceCompletionHandler
Points to the method to be called when the activation completes. Check OtherPhoneServiceOtherPhoneServiceCompletionHandler for the status of the operation - success of failure.
See Also