Method FindRedundancyGroupByKey
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindRedundancyGroupByKey(string)
Retrieves the redundancy group with the specified key.
RedundancyGroup FindRedundancyGroupByKey(string key)
Parameters
key
stringThe key of the redundancy group. The key must be formatted as follows: "DataMiner Agent ID/redundancy group ID".
Returns
- RedundancyGroup
The redundancy group with the specified key or null if no redundancy group with the specified key exists.
Examples
RedundancyGroup group = engine.FindRedundancyGroupByKey("7/24");