Click or drag to resize
Infosoft Logo

ScheduleWithIntervalRequestIntervalInSeconds Property

Gets or sets the interval at which to run the job, in seconds.

Namespace: Infosoft.Common.Contracts.MessageContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int IntervalInSeconds { get; set; }

Property Value

Int32
Remarks
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