From Bright Pattern Documentation
Jump to: navigation, search
 
 
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>

Latest revision as of 01:22, 7 May 2019

• 5.19 • 5.2 • 5.3 • 5.8

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 >