Method FindRedundancyGroups
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindRedundancyGroups(RedundancyGroupFilter)
Retrieves all redundancy groups matching the specified filter.
RedundancyGroup[] FindRedundancyGroups(RedundancyGroupFilter filter)
Parameters
filter
RedundancyGroupFilterThe redundancy group filter.
Returns
- RedundancyGroup[]
The redundancy groups matching the specified filter.
Examples
RedundancyGroupFilter myGroupFilter = RedundancyGroupFilter.ByView("MyView");
RedundancyGroup[] groups = engine.FindRedundancyGroups(myGroupFilter);