How to fetch the AlarmTreeID of an alarm ?
24th August 2026
The AlarmUserStatus is an enum that belongs to Skyline.DataMiner.Net.Enums In your case the code snippet will likely look similar to: using Skyline.DataMiner.Net.Enums; var request = new SetAlarmStateMessage( alarm.TreeID, AlarmUserStatus.Clear, “Cleared …