Method FindServiceByKey
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindServiceByKey(string)
Retrieves the service with the specified key.
Service FindServiceByKey(string key)
Parameters
key
stringThe key of the service. The key must be formatted as follows: "DMA ID/service ID".
Returns
Examples
Service myService = engine.FindServiceByKey("3/56");