From Bright Pattern Documentation
Jump to: navigation, search
imported>Tracy
 
(Updated via BpDeleteTranslateTags script)
 
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;
 
 
 
</translate>
 

Latest revision as of 04:09, 29 May 2024

• 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 >