QuickOPC User's Guide and Reference
Finalize Method (AEAcknowledgeConditionObserver)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Reactive Namespace > AEAcknowledgeConditionObserver Class : Finalize Method
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. Finalizes the observer by returning the client object.
Syntax
'Declaration
 
Protected Overrides Sub Finalize() 
'Usage
 
Dim instance As AEAcknowledgeConditionObserver
 
instance.Finalize()
protected override void Finalize()
protected:
void Finalize(); override 
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

AEAcknowledgeConditionObserver Class
AEAcknowledgeConditionObserver Members
Base Implementation in Finalize