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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > EasyAEClient Class : Isolated Property
Specifies that you wish that the EasyAEClient 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 EasyAEClient
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 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also