Click or drag to resize
Client Constructor (ClientConfiguration)
Constructs a client that delivers events on the main thread.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Client(
	ClientConfiguration configuration
)

Parameters

configuration
Type: Avaya.ClientServicesClientConfiguration
ClientConfiguration data for the client. Includes all of the specific data common for this client.
See Also