adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileTrigger Class / TriggerDelay Property


In This Topic
    TriggerDelay Property
    In This Topic
    Waits for the specified number of seconds after the file was last modified before triggering the job.
    Syntax
    'Declaration
     
    
    Public Property TriggerDelay As Integer
    public int TriggerDelay {get; set;}
    public:
    property int TriggerDelay {
       int get();
       void set (    int value);
    }
    See Also