WFAlarmConnector Class Overview
Check out this article and learn more details about the WFServerConnector Class and the parameters involved in its management.
WFAlarmConnector provides methods to raise new or to deactivate custom alarms.
The following methods are implemented by WFAlarmConnector class:
Raise custom alarm
int RaiseCustomAlarm(string serverName, string signalName, string alarmTag, DateTime activationTime, List<object> alarmParameters);
Deactivate custom alarm
int DeactivateCustomAlarm(string serverName, string signalName, string alarmTag, DateTime deactivationTime);
AlarmAcknowledged event
int DeactivateCustomAlarm(string serverName, string signalName, string alarmTag, DateTime deactivationTime);
The following chapters will describe each method of the WFAlarmConnector class.
RaiseCustomAlarm
Method definition | int RaiseCustomAlarm(string serverName, string signalName, string alarmTag, DateTime activationTime, List<object> alarmParameters); |
Calling parameters |
|
Return value |
|
Description | This method raises a custom alarm in the WEBfactory 2010 system. The combination of the |
DeactivateCustomAlarm
Method definition | int DeactivateCustomAlarm(string serverName, string signalName, string alarmTag, DateTime deactivationTime); |
Calling parameters |
|
Return value |
|
Description | This method deactivates a custom alarm in the WEBfactory 2010 system. The combination of the |
Alarm Acknowledged event
Description | This event occurs when one or more alarms are acknowledged. The arguments of the event contain the list of acknowledged alarms. |