Click or drag to resize

Client Constructor (ClientConfiguration, Dispatcher)

Constructs a client that delivers events on the thread associated with the specified Dispatcher.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Client(
	ClientConfiguration configuration,
	Dispatcher dispatcher
)

Parameters

configuration
Type: Avaya.ClientServicesClientConfiguration
ClientConfiguration data for the client. Includes all of the specific data common for this client.
dispatcher
Type: System.Windows.ThreadingDispatcher
The dispatcher to use for dispatching events from the client.
See Also