TriggerDelay Property (FileTrigger)
In This Topic
Waits for the specified time to elapse after the file was last modified before triggering the job
Syntax
'Declaration
Public Property TriggerDelay As TimeSpan
public TimeSpan TriggerDelay {get; set;}
See Also