From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 3: Line 3:
 
# In the Visual Studio project where you wish to use the Bright Pattern Contact Center Desktop Integration API (.NET Version), add references to the assembly ''ADAPI.dll'' and ''ADUtils.dll''.
 
# In the Visual Studio project where you wish to use the Bright Pattern Contact Center Desktop Integration API (.NET Version), add references to the assembly ''ADAPI.dll'' and ''ADUtils.dll''.
 
# Instantiate an ''ADAPI.AgentPlace'' object.
 
# Instantiate an ''ADAPI.AgentPlace'' object.
# Attach event handlers to events generated in ADAPI. This should be done before the agent logs in. For a full list of callback events raised by ADAPI, please consult the [http://www.brightpattern.com/doc/client-API/ API specification].
+
# Attach event handlers to events generated in ADAPI. This should be done before the agent logs in. For a full list of callback events raised by ADAPI, please consult the [https://help.brightpattern.com/client-API/   API specification].
 +
 
  
  
  
  
<center>[[desktop-integration-api-net-version-tutorial/GeneralInformation|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/ThreadingModel|Next >]]</center>
 
 
</translate>
 
</translate>

Latest revision as of 21:24, 19 October 2018

• 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 Bright Pattern Contact Center Desktop Integration 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 the agent logs in. For a full list of callback events raised by ADAPI, please consult the API specification.



< Previous | Next >