|
AlarmAdapterGetRaisedAlarms Method
|
Gets a collection containing all the raised alarms in the system.
Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Gets a collection containing all the raised alarms in the system.",
new string[] { ... })]
public ICollection<Alarm> GetRaisedAlarms()
<AdapterCommandAttribute("Gets a collection containing all the raised alarms in the system.",
New String() { ... })>
Public Function GetRaisedAlarms As ICollection(Of Alarm)
public:
[AdapterCommandAttribute(L"Gets a collection containing all the raised alarms in the system.",
__gc new array<String^>^ { ... })]
ICollection<Alarm^>^ GetRaisedAlarms()
[<AdapterCommandAttribute("Gets a collection containing all the raised alarms in the system.",
new string[] { ... })>]
member GetRaisedAlarms : unit -> ICollection<Alarm>
function GetRaisedAlarms();
View SourceReturn Value
ICollectionAlarmA collection containing all the raised alarms.
See Also