adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Trigger Class / MinimumInterval Property


In This Topic
    MinimumInterval Property (Trigger)
    In This Topic
    The minimum interval between triggers.
    Syntax
    'Declaration
     
    
    Public Property MinimumInterval As TimeSpan
    public TimeSpan MinimumInterval {get; set;}
    public:
    property TimeSpan MinimumInterval {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    If this value is set, then the trigger will ignore any events that occur within the specified time after the last time this trigger fired.
    See Also