From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Tracy (talk | contribs)
No edit summary
Line 2: Line 2:


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<string, Service> services;


::''public SortedDictionary<string, Service> services;''




<center>[[desktop-integration-api-net-version-tutorial/AgentState|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/Makingacall|Next >]]</center>
</translate>
</translate>

Revision as of 01:22, 7 May 2019

<translate>= 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;


</translate>

< Previous | Next >