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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes Namespace > _AEEventsSubscriptionArguments 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 _AEEventsSubscriptionArguments
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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also