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


In This Topic
    VariableUpdateTask Class
    In This Topic
    Task that updates the value of a JobVariable
    Object Model
    VariableUpdateTask ClassDataContext ClassOID ClassADTObject ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class VariableUpdateTask 
       Inherits Task
       Implements IVariableUpdateTaskOrAction 
    public sealed class VariableUpdateTask : Task, IVariableUpdateTaskOrAction  
    public ref class VariableUpdateTask sealed : public Task, IVariableUpdateTaskOrAction  
    Remarks
    Depending on the value of the UpdateScope the update may affect only the running instance, or it may make a persistent change to the configuration.
    Inheritance Hierarchy

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

    See Also