adTempus API
ArcanaDevelopment.adTempus.Client Namespace / StartupTrigger Class / Delay Property


In This Topic
    Delay Property (StartupTrigger)
    In This Topic
    The delay time between service startup and job execution
    Syntax
    'Declaration
     
    
    Public Property Delay As TimeSpan
    public TimeSpan Delay {get; set;}
    public:
    property TimeSpan Delay {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Fractional minutes are rounded up.
    See Also