From Bright Pattern Documentation
< 3.13:Desktop-integration-api-net-version-tutorial
Revision as of 22:35, 19 October 2018 by Tracy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Project and Code Setup

  1. In the Visual Studio project where you wish to use the ServicePattern Desktop Integraiton API (.NET Version), add references to the assembly ADAPI.dll and ADUtils.dll.
  2. Instantiate an ADAPI.AgentPlace object.
  3. Attach event handlers to events generated in ADAPI. This should be done before agent logs in. For a full list of callback events raised by ADAPI, please consult the API specification.



< Previous | Next >