From Bright Pattern Documentation
(Created new topic from branched topic Documentation:ServicePattern:desktop-integration-api-net-version-tutorial:Services:5.1) |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | = Services= | |
After a successful login, the list of services available to the agent can be obtained from the following property: | After a successful login, the list of services available to the agent can be obtained from the following property: | ||
Line 8: | Line 8: | ||
<center>[[desktop-integration-api-net-version-tutorial/AgentState|< Previous]] | [[desktop-integration-api-net-version-tutorial/Makingacall|Next >]]</center> | <center>[[desktop-integration-api-net-version-tutorial/AgentState|< Previous]] | [[desktop-integration-api-net-version-tutorial/Makingacall|Next >]]</center> | ||
− |
Latest revision as of 04:31, 29 May 2024
Services
After a successful login, the list of services available to the agent can be obtained from the following property:
- public SortedDictionary<string, Service> services;