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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEEventsSubscriptionArguments Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(True)>
Public Property RefreshWhenActive As Boolean
'Usage
 
Dim instance As AEEventsSubscriptionArguments
Dim value As Boolean
 
instance.RefreshWhenActive = value
 
value = instance.RefreshWhenActive
[DataMember()]
[DefaultValue(true)]
public bool RefreshWhenActive {get; set;}
[DataMember()]
[DefaultValue(true)]
public:
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

AEEventsSubscriptionArguments Class
AEEventsSubscriptionArguments Members