From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Updated via BpDeleteTranslateTags script
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>= Services=
= 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:
 
public SortedDictionary&lt;string, Service&gt; services;
::''public SortedDictionary&lt;string, Service&gt; services;''
 
 
 
<center>[[desktop-integration-api-net-version-tutorial/AgentState|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/Makingacall|Next >]]</center>
</translate>

Latest revision as of 04:02, 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;

< Previous | Next >