QuickOPC User's Guide and Reference
RefreshWhenActive Property (_EasyAEEventsSubscriptionArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes Namespace > _EasyAEEventsSubscriptionArguments Interface : RefreshWhenActive Property
When set, the subscription will automatically perform a Refresh after each successful connection to the server (either the initial connection, or any automatic reconnection after the connection is lost).
Syntax
'Declaration
 
Property RefreshWhenActive As Boolean
'Usage
 
Dim instance As _EasyAEEventsSubscriptionArguments
Dim value As Boolean
 
instance.RefreshWhenActive = value
 
value = instance.RefreshWhenActive
bool RefreshWhenActive {get; set;}
property bool RefreshWhenActive {
   bool get();
   void set (    bool value);
}
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

_EasyAEEventsSubscriptionArguments Interface
_EasyAEEventsSubscriptionArguments Members