From Bright Pattern Documentation
< 3.10:Desktop-integration-api-net-version-tutorial
Revision as of 22:16, 8 April 2016 by Sasha (talk | contribs) (Services)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

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 >