Click or drag to resize
Infosoft Logo

ScheduleWithCronExpressionRequestInputParameters Property

Gets or sets any extra input parameters for the job.

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

Property Value

SchedulableJobParameters
Remarks
The input arguments given to each job will be a combination of the values given here, and "static" values defined for the job itself. Values given here will always override the values that are defined statically.
See Also