Only for Condition events.
This flag indicates that the related condition requires acknowledgment of this event.
The determination of those events which require acknowledgment is server specific.
For example, transition into a LimitAlarm condition would likely require an acknowledgment,
while the event notification of the resulting acknowledgment would likely not require an acknowledgment.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As Boolean
value = instance.AckRequired
instance.AckRequired = value |
C# | |
---|
public bool AckRequired |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also