From Bright Pattern Documentation
imported>Tracy |
(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: | ||
public SortedDictionary<string, Service> services; | public SortedDictionary<string, Service> services; | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:13, 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;