Click or drag to resize
Infosoft Logo

ScheduleWithCronExpressionRequest Class

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

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

The ScheduleWithCronExpressionRequest type exposes the following members.

Properties
 NameDescription
Public propertyCronExpression Gets or sets the cron expression to use for scheduling.
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 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