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


In This Topic
    VariableUpdateAction Class
    In This Topic
    ResponseAction that updates the value of a JobVariable
    Object Model
    VariableUpdateAction ClassICustomProperties InterfaceDataContext ClassOID ClassADTObject ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class VariableUpdateAction 
       Inherits ResponseAction
       Implements IVariableUpdateTaskOrAction 
    public sealed class VariableUpdateAction : ResponseAction, IVariableUpdateTaskOrAction  
    public ref class VariableUpdateAction sealed : public ResponseAction, 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.ResponseAction
                ArcanaDevelopment.adTempus.Client.VariableUpdateAction

    See Also