QuickOPC User's Guide and Reference
AEAcknowledgeConditionArguments Class Members
Fields  Properties  Methods 


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

The following tables list the members exposed by AEAcknowledgeConditionArguments.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public Field  
Public FieldDefault comment. An empty string.  
Public FieldDefault condition name. An empty string.  
Top
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
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Determines whether the specified AEAcknowledgeConditionArguments is equal to the current object.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodCreates a new object that is a memberwise copy of the current instance. (Inherited from OpcLabs.BaseLib.OperationModel.OperationArguments)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodSets the arbitrary object associated with the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationArguments)
Public MethodReturns a string that represents the current object.Returns a string that represents the current object. (Inherited from OpcLabs.BaseLib.Info)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure.  
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

AEAcknowledgeConditionArguments Class
OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace