QuickOPC User's Guide and Reference
AEAcknowledgeConditionArguments Class Properties


OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace : AEAcknowledgeConditionArguments Class

For a list of all members of this type, see AEAcknowledgeConditionArguments members.

Public Properties
 NameDescription
Public PropertyA string passed in by the client, identifying who is acknowledging the condition. This is an attribute (AcknowledgerID) of the condition that identifies who acknowledged the condition. This is just a string generated by the client. This is also also included as the ActorId in the acknowledgment event notification sent to all subscribing clients. When omitted, a DefaultAcknowledgerId value is used. An AcknowledgerId cannot result in an empty string, since such AcknowledgerId is used to indicate that the event was automatically acknowledged by the server.  
Public PropertyAn active time corresponding to the Source and Condition Name pair. In UTC.  
Public PropertyAn active time corresponding to the Source and Condition Name pair. In UTC, as double-precision floating-point number that contains an OLE Automation date.  
Public PropertyAn active time corresponding to the Source and Condition Name pair. In local time.  
Public PropertyAn active time corresponding to the Source and Condition Name pair. In local time, as double-precision floating-point number that contains an OLE Automation date.  
Public PropertyComment string passed in by the client associated with acknowledging the condition. An empty string indicating no comment is allowed. When omitted, an empty string is used instead.  
Public PropertyA condition name, identifying the condition that is being acknowledged. Condition Names are unique within the scope of the event server. Examples of Condition Names might be "LevelAlarm" or "Deviation".  
Public PropertyA server supplied "cookie" corresponding to the Source and Condition Name pair that in addition to the Active Time uniquely identifies a specific event notification. Cookies are passed to the client in the event notification. The client is responsible for returning the same cookie parameter, received in the event notification, back to the server in the condition acknowledgment.  
Public Propertystatic (Shared in Visual Basic)Default value of the ActiveTime property.  
Public Propertystatic (Shared in Visual Basic)Default server descriptor.  
Public Propertystatic (Shared in Visual Basic)Default source descriptor.  
Public PropertyGets or sets the OPC server descriptor that is an argument to the operation.  
Public PropertyContains fully qualified source name. Identifies the source of the condition that is being acknowledged, e.g. FIC101.  
Public PropertyGets or sets the arbitrary object associated with the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationArguments)
Top
See Also

Reference

AEAcknowledgeConditionArguments Class
OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace