Click or drag to resize
CallEventArgs Constructor
Creates a CallEventArgs object for the specified call..

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

Parameters

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