Overload | Description |
---|---|
AcknowledgeCondition(IEasyAEClient,ServerDescriptor,AENodeDescriptor,String,DateTime,Int64,String) | Acknowledges a condition in the Event Server. The client will receive event notifications (indicating the acknowledgement) from conditions. This 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 event notification. Acknowledges a condition in the Event Server. Uses server descriptor for specifying the OPC server. Pass in acknowledger ID, use empty comment. |
AcknowledgeCondition(IEasyAEClient,String,String,String,String,DateTime,Int64,String,String) | Acknowledges a condition in the Event Server. The client will receive event notifications (indicating the acknowledgement) from conditions. This 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 event notification. Acknowledges a condition in the Event Server. Uses computer name and server class for specifying the OPC server. Pass in acknowledger ID and comment. |
AcknowledgeCondition(IEasyAEClient,String,String,String,String,DateTime,Int64,String) | Acknowledges a condition in the Event Server. The client will receive event notifications (indicating the acknowledgement) from conditions. This 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 event notification. Acknowledges a condition in the Event Server. Uses computer name and server class for specifying the OPC server. Pass in acknowledger ID, use empty comment. |