Click or drag to resize

OtherPhoneServiceDeactivate Method

Deactivates the other phone mode.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Deactivate(
	OtherPhoneServiceOtherPhoneServiceCompletionHandler deactivationCompletionHandler
)

Parameters

deactivationCompletionHandler
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