From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | = 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. | 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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:02, 29 May 2024
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.