Table of Contents

Method FindRedundancyGroups

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindRedundancyGroups(RedundancyGroupFilter)

Retrieves all redundancy groups matching the specified filter.

public RedundancyGroup[] FindRedundancyGroups(RedundancyGroupFilter filter)

Parameters

filter RedundancyGroupFilter

The redundancy group filter.

Returns

RedundancyGroup[]

The redundancy groups matching the specified filter.

Examples

RedundancyGroupFilter myGroupFilter = RedundancyGroupFilter.ByView("MyView");
RedundancyGroup[] groups = engine.FindRedundancyGroups(myGroupFilter);