|
ISchedulerServiceScheduleWithInterval Method |
Schedules a job to run at a given schedule, with an interval that determines how far apart the executions are.
Namespace: Infosoft.Common.Contracts.ServiceContracts.SchedulerAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request ScheduleWithIntervalRequest
-
A request object that contains the job to execute, a new trigger name and an interval
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
ScheduleResponseA currently empty response object.
See Also