Click or drag to resize
CallTransferStatusHandler Delegate
Declares a completion handler that handles the result of the Call transfer request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public delegate void TransferStatusHandler(
	TransferStatus status,
	CallFailureException error
)

Parameters

status
Type: Avaya.ClientServicesTransferStatus
The status of the call transfer operation. If error is null, this provides the status of the transfer request, otherwise status is None.
error
Type: Avaya.ClientServicesCallFailureException
Not null if the request failed. Represents the error associated with the request.
See Also