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 (Declaration) | |
---|
Public AckRequired As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As Boolean
value = instance.AckRequired
instance.AckRequired = value |
C# | |
---|
public bool AckRequired |
Managed Extensions for C++ | |
---|
public: bool AckRequired |
C++/CLI | |
---|
public:
bool AckRequired |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also