Click or drag to resize
IAlertManagerGetAlarmsForGroups Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Monitoring.IAlertManager.GetAlarmsForGroups(System.Collections.Generic.IEnumerable{System.Int64},System.DateTime,System.DateTime)"]

Namespace: Netadmin.Management.Monitoring
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IGroupMonitoringAlarm> GetAlarmsForGroups(
	IEnumerable<long> groupIds,
	DateTime timeRangeMin = null,
	DateTime timeRangeMax = null
)

Parameters

groupIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="groupIds"/> documentation for "M:Netadmin.Management.Monitoring.IAlertManager.GetAlarmsForGroups(System.Collections.Generic.IEnumerable{System.Int64},System.DateTime,System.DateTime)"]

timeRangeMin (Optional)
Type: SystemDateTime

[Missing <param name="timeRangeMin"/> documentation for "M:Netadmin.Management.Monitoring.IAlertManager.GetAlarmsForGroups(System.Collections.Generic.IEnumerable{System.Int64},System.DateTime,System.DateTime)"]

timeRangeMax (Optional)
Type: SystemDateTime

[Missing <param name="timeRangeMax"/> documentation for "M:Netadmin.Management.Monitoring.IAlertManager.GetAlarmsForGroups(System.Collections.Generic.IEnumerable{System.Int64},System.DateTime,System.DateTime)"]

Return Value

Type: IEnumerableIGroupMonitoringAlarm

[Missing <returns> documentation for "M:Netadmin.Management.Monitoring.IAlertManager.GetAlarmsForGroups(System.Collections.Generic.IEnumerable{System.Int64},System.DateTime,System.DateTime)"]

See Also