The client uses the AckCondition method to acknowledge one or more conditions
in the Event Server. The client receives event notifications from conditions via the OnEvent callback.
This AckCondition method specifically acknowledges the condition becoming active
or transitioning into a different sub-condition (and no other state transition
of the condition). One or more conditions belong to a specific event source – the source of the event notification.
For each condition-related event notification,
the corresponding Source, Condition Name, Active Time and Cookie is received by the client as part of the OnEvent callback parameters.
Overload List
Overload | Description |
AckCondition(String,String,String[],String[],FILETIME[],Int32[],Int32[]) |
The client uses the AckCondition method to acknowledge one or more conditions
in the Event Server. The client receives event notifications from conditions via the OnEvent callback.
This AckCondition method specifically acknowledges the condition becoming active
or transitioning into a different sub-condition (and no other state transition
of the condition). One or more conditions belong to a specific event source – the source of the event notification.
For each condition-related event notification,
the corresponding Source, Condition Name, Active Time and Cookie is received by the client as part of the OnEvent callback parameters.
|
AckCondition(String,String,List<OnEventStruct>,Int32[]) |
The client uses the AckCondition method to acknowledge one or more conditions
in the Event Server. The client receives event notifications from conditions via the OnEvent callback.
This AckCondition method specifically acknowledges the condition becoming active
or transitioning into a different sub-condition (and no other state transition
of the condition). One or more conditions belong to a specific event source – the source of the event notification.
For each condition-related event notification,
the corresponding Source, Condition Name, Active Time and Cookie is received by the client as part of the OnEvent callback parameters.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also