From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 6: Line 6:
  
  
<center>[[desktop-integration-api-net-version-tutorial/ProjectandCodeSetup|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/AgentLogin|Next >]]</center>
+
 
 
</translate>
 
</translate>

Latest revision as of 01:16, 7 May 2019

• 5.19 • 5.2 • 5.3 • 5.8

Threading Model

ADAPI will create its own threads automatically once the AgentPlace object is created. Unless otherwise stated with respect to a particular element, most of the public methods in AgentPlace and other ADAPI objects like Call are asynchronous, and can be invoked safely in any thread. The events in AgentPlace would be raised in the same thread that creates the AgentPlace object.



< Previous | Next >