The Application type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Application |
Creates a new remote CallCenter application instance. Before a remote CallCenter process can be controlled via this instance
the application needs to be connected. For this purpose, the BeginConnect(Boolean)-method needs to be invoked.
This constructor should be called from the main GUI-thread to allow the Application-events to be fired in the context of this thread.
|
Methods
Name | Description | |
---|---|---|
ActivateWindow |
Activates the CallCenter window.
| |
BeginConnect |
Starts the connection loop. The application tries to connect to the CallCenter process until BeginDisconnect is invoked
or CallCenter denies the access.
| |
BeginDisconnect |
Disconnects this instance from a remote CallCenter process and stops the connection loop.
| |
RequestWindowActivationModes |
Requests a certain behavior for the activation of the CallCenter window. The ActiveWindowActivationModes-property
shows the current active window activation modes.
|
Properties
Name | Description | |
---|---|---|
ActiveWindowActivationModes |
Shows the current active window activation modes of CallCenter. You can request a certain activation mode via the
RequestWindowActivationModes(WindowActivationModes). The active modes depends on the granted rights and the requested modes of other clients.
| |
Phone |
The phone object of this application. If connected, this instance can be used to control the remote phone.
| |
RequestedWindowActivationMode |
The last requested window activation mode. Invoke the RequestWindowActivationModes(WindowActivationModes)-method to set a new mode.
| |
State |
The current state of this application. Gives information about the current connection state.
|
Events
Name | Description | |
---|---|---|
ActiveWindowActivationModesChanged |
Fired after the ActiveWindowActivationModes-property has changed.
| |
ApplicationStateChanged |
Fired after the State-property has changed.
| |
PropertyChanged |
Fired for all property changes. (implements INotifyPropertyChanged)
| |
RequestWindowActivationModesChanged |
Fired after the RequestedWindowActivationMode-property has changed.
|
See Also