Desktop Core Class
The CcfDesktopCore class contains properties and methods used for IAD implementations. The methods in the class can be overridden by an inheriting class, and are called by the Desktop core system.
The following figure shows the structure of the class:
The class has the following elements:
|
Element |
Description |
|---|---|
|
AgenDesktopID property |
The property holds the ID of the IAD after registration. |
|
CcfDesktopCore |
The constructor method for the class. |
|
RegisterCcfDesktop |
The method registers the IAD with the CCF Server. This enables the CCF Desktops to be identified by other desktops and remote monitoring tools. |
|
AppWithFocus property |
The method unregisters the IAD from the CCF Server. |
Show: