Click or drag to resize
Infosoft Logo

ISchedulerServiceScheduleWithCronExpression Method

Schedules a job to run at a given schedule, using a cron expression.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ScheduleResponse ScheduleWithCronExpression(
	ScheduleWithCronExpressionRequest request
)

Parameters

request  ScheduleWithCronExpressionRequest
A request object that contains the job to execute, a new trigger name and a cron expression. Also contains optional start/end times indicating the active period of the trigger as well as optional input parameters that may be necessary depending on the job type.

Return Value

ScheduleResponse
A currently empty response object.
See Also