adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RestartComputerTask Class
Members


In This Topic
    RestartComputerTask Class
    In This Topic
    Task that restarts the host computer
    Object Model
    RestartComputerTask ClassDataContext ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class RestartComputerTask 
       Inherits Task
    public sealed class RestartComputerTask : Task 
    public ref class RestartComputerTask sealed : public Task 
    Remarks
    This task initiates a restart or shutdown of the computer where the adTempus service is running (or a remote computer specified by TargetComputer. The user account associated with the job must have permission to restart/shut down the computer
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.Task
                ArcanaDevelopment.adTempus.Client.RestartComputerTask

    See Also