Application MembersRemotePhoneCallService API Reference

The Application type exposes the following members.
Constructors

  NameDescription
Public methodApplication
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.
Back to Top
Methods

  NameDescription
Public methodActivateWindow
Activates the CallCenter window.
Public methodBeginConnect
Starts the connection loop. The application tries to connect to the CallCenter process until BeginDisconnect  is invoked or CallCenter denies the access.
Public methodBeginDisconnect
Disconnects this instance from a remote CallCenter process and stops the connection loop.
Public methodRequestWindowActivationModes
Requests a certain behavior for the activation of the CallCenter window. The ActiveWindowActivationModes-property shows the current active window activation modes.
Back to Top
Properties

  NameDescription
Public propertyActiveWindowActivationModes
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.
Public propertyPhone
The phone object of this application. If connected, this instance can be used to control the remote phone.
Public propertyRequestedWindowActivationMode
The last requested window activation mode. Invoke the RequestWindowActivationModes(WindowActivationModes)-method to set a new mode.
Public propertyState
The current state of this application. Gives information about the current connection state.
Back to Top
Events

  NameDescription
Public eventActiveWindowActivationModesChanged
Fired after the ActiveWindowActivationModes-property has changed.
Public eventApplicationStateChanged
Fired after the State-property has changed.
Public eventPropertyChanged
Fired for all property changes. (implements OnlineINotifyPropertyChanged)
Public eventRequestWindowActivationModesChanged
Fired after the RequestedWindowActivationMode-property has changed.
Back to Top
See Also