|
ScheduleWithIntervalRequestIntervalInSeconds Property |
Gets or sets the interval at which to run the job, in seconds.
Namespace: Infosoft.Common.Contracts.MessageContracts.SchedulerAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public int IntervalInSeconds { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Int32Remarks
For instance, if this is 10 the job will run every 10 seconds, if it's 60 it will run once every minute,
and if it's 86400 it will run every 24 hours.
See Also