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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAConnectivity 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 DAConnectivity
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 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also