adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RestartComputerTask Class / Delay Property


In This Topic
    Delay Property (RestartComputerTask)
    In This Topic
    Time to delay before shutting down.
    Syntax
    'Declaration
     
    
    Public Property Delay As TimeSpan
    public TimeSpan Delay {get; set;}
    public:
    property TimeSpan Delay {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Shutdown is initiated immediately but warning message is displayed for the specified period and shutdown can be aborted during that period.
    See Also