ComputerInfo.CsPauseAfterReset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Time delay before a reboot is initiated, in milliseconds. It is used after a system power cycle, local or remote system reset, and automatic system reset. A value of β1 (minus one) indicates that the pause value is unknown
public:
property Nullable<long> CsPauseAfterReset { Nullable<long> get(); };
public long? CsPauseAfterReset { get; }
member this.CsPauseAfterReset : Nullable<int64>
Public ReadOnly Property CsPauseAfterReset As Nullable(Of Long)