QuickOPC User's Guide and Reference
ActiveTime Property (AEAcknowledgeConditionArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : ActiveTime Property
An active time corresponding to the Source and Condition Name pair. In UTC.
Syntax
'Declaration
 
Public Property ActiveTime As Date
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As Date
 
instance.ActiveTime = value
 
value = instance.ActiveTime
public DateTime ActiveTime {get; set;}
public:
property DateTime ActiveTime {
   DateTime get();
   void set (    DateTime value);
}
Remarks
This parameter uniquely identifies a specific transition of the condition to the active state or into a different sub-condition and is the same as the OpcLabs.EasyOpc.AlarmsAndEvents.AEConditionState.SubconditionActiveTime condition attribute. Active Times are passed to the client in the event notification. If the condition has become active again or transitioned into a different sub-condition at a later time, this acknowledgment will be ignored.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEAcknowledgeConditionArguments Class
AEAcknowledgeConditionArguments Members