adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / UserScriptBase Class
Members

In This Topic
    UserScriptBase Class
    In This Topic
    Base class for all user scripts.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public MustInherit Class UserScriptBase 
       Inherits System.MarshalByRefObject
    [Serializable()]
    public abstract class UserScriptBase : System.MarshalByRefObject 
    Remarks
    All user scripts run in adTempus are implemented in a class that derives from UserScriptBase.
    Depending on the purpose for which the script was created, it may inherit from a specialization of UserScriptBase. For example, a script created for use by a File Trigger will inherit from FileTriggerScriptBase.
    Inheritance Hierarchy
    See Also