QuickOPC User's Guide and Reference
RestartNeeded Property (UAConnectivityCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityCore Class : RestartNeeded Property
Indicates whether an application restart is needed for the configuration changes to take effect.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property RestartNeeded As Boolean
'Usage
 
Dim instance As UAConnectivityCore
Dim value As Boolean
 
instance.RestartNeeded = value
 
value = instance.RestartNeeded
[DefaultValue(false)]
public bool RestartNeeded {get; set;}
[DefaultValue(false)]
public:
property bool RestartNeeded {
   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