QuickOPC User's Guide and Reference
RefreshComplete Property (AENotificationPayload)



OpcLabs.OpcComplexEventProcessing Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AENotificationPayload Class : RefreshComplete Property
When True, this notification denotes that the subscription refresh is complete.
Syntax
'Declaration
 
Public Property RefreshComplete As Boolean
'Usage
 
Dim instance As AENotificationPayload
Dim value As Boolean
 
instance.RefreshComplete = value
 
value = instance.RefreshComplete
public bool RefreshComplete {get; set;}
public:
property bool RefreshComplete {
   bool get();
   void set (    bool value);
}
Remarks

RefreshComplete can only be True when Refresh is also True.

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

AENotificationPayload Class
AENotificationPayload Members