Opc.Ua.Core
ShutdownDelay Property



Opc.Ua Namespace > ServerConfiguration Class : ShutdownDelay Property
The server shutdown delay.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=30)>
Public Property ShutdownDelay As Integer
'Usage
 
Dim instance As ServerConfiguration
Dim value As Integer
 
instance.ShutdownDelay = value
 
value = instance.ShutdownDelay
[DataMember(IsRequired=false, Order=30)]
public int ShutdownDelay {get; set;}
[DataMember(IsRequired=false, Order=30)]
public:
property int ShutdownDelay {
   int get();
   void set (    int value);
}

Property Value

The number of seconds to delay the shutdown if a client is connected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerConfiguration Class
ServerConfiguration Members