Method FindServicesByName
- Namespace
 - Skyline.DataMiner.Automation
 
- Assembly
 - SLManagedAutomation.dll
 
FindServicesByName(string)
Retrieves all services of which the name matches the specified name filter.
Service[] FindServicesByName(string nameFilter)
Parameters
nameFilterstringThe name filter.
Returns
- Service[]
 The services of which the name matches the specified name filter.
Examples
Service[] services = engine.FindServicesByName("Test*");
Remarks
Name masks can contain the following wildcards:
- * : Any string of characters
 - ? : Any single character