Property | Type | Description | |
---|---|---|---|
m_ackRequired | bool | ||
m_activeTime | DateTime | ||
m_aeSession | AeSession | ||
m_changeMask | EnumConditionChange | ||
m_conditionName | string | ||
m_cookie | uint | ||
m_newState | EnumConditionState | ||
m_quality | EnumQuality | ||
m_subConditionName | string |
Method | Description | |
---|---|---|
Acknowledge ( string ackId, string ackComment, ExecutionOptions executionOptions ) : int |
Acknowledges the current condition.
|
|
AeCondition ( ) : System |
Initializes a new instance of the AeCondition class.
|
|
UpdateConditionState ( Array attributes, ExecutionOptions executionOptions ) : int |
Gives specific information on the current condition.
|
Method | Description | |
---|---|---|
AeCondition ( EnumEventType anEventType, uint anEventCategory, uint aSeverity, string aSourcePath, string aMessage, DateTime anOccurenceTime, ArrayList someEventAttributes, string anActorId, EnumConditionChange aChangeMask, EnumConditionState aNewState, bool ackRequired, EnumQuality aQuality, string aConditionName, string aSubConditionName, DateTime anActiveTime, uint aCookie ) : System |
public Acknowledge ( string ackId, string ackComment, ExecutionOptions executionOptions ) : int | ||
ackId | string | An identifier for the client who last acknowledged the condition. |
ackComment | string | A comment string passed in by the client who acknowledged the condition. |
executionOptions | ExecutionOptions | Specifies the modality of execution for acknowledging the condition. |
return | int |
public UpdateConditionState ( Array attributes, ExecutionOptions executionOptions ) : int | ||
attributes | Array | A list with the attributes related to the condition. |
executionOptions | ExecutionOptions | Specifies the modality of execution for getting the condition's state. |
return | int |
protected EnumConditionChange m_changeMask | ||
return | EnumConditionChange |