QuickOPC User's Guide and Reference
Isolated Property (EasyAEClientCore)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > EasyAEClientCore Class : Isolated Property
Specifies that you wish that the EasyAEClientCore object instance works with an "isolated" connection to the OPC server, i.e. one that is not shared with other instances.
Syntax
'Declaration
 
Public Property Isolated As Boolean
'Usage
 
Dim instance As EasyAEClientCore
Dim value As Boolean
 
instance.Isolated = value
 
value = instance.Isolated
public bool Isolated {get; set;}
public:
property bool Isolated {
   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