Click or drag to resize

CallEventArgs Constructor

Creates a CallEventArgs object for the specified call..

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CallEventArgs(
	Call call
)

Parameters

call
Type: Avaya.ClientServicesCall
The reference call.
See Also