Click or drag to resize
Infosoft Logo

ScheduleWithIntervalRequest Class

Provides data for the request to the ScheduleWithInterval operation on ISchedulerService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.SchedulerScheduleWithIntervalRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ScheduleWithIntervalRequest

The ScheduleWithIntervalRequest type exposes the following members.

Properties
 NameDescription
Public propertyEndTime Gets or sets the local time at which the trigger will expire. If this is null the trigger will be active indefinitely.
Public propertyInputParameters Gets or sets any extra input parameters for the job.
Public propertyIntervalInSeconds Gets or sets the interval at which to run the job, in seconds.
Public propertyJob Gets or sets the job to execute.
Public propertyStartTime Gets or sets the local time at which the trigger will first come into effect. If this is null the trigger will be active immediately.
Public propertyTriggerDescription Gets or sets an optional description for the trigger.
Public propertyTriggerName Gets or sets the name of the trigger to store in the database. This name must be unique.
Top
See Also