Click or drag to resize
Infosoft Logo

ISchedulerServiceScheduleOnce Method

Schedules a job to run once, at a given time.

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

Parameters

request  ScheduleOnceRequest
A request object that contains the job to execute and the execution time, as well as optional input parameters that may be necessary depending on the job type.

Return Value

ScheduleResponse
A currently empty response object.
Remarks
If the job is to be run immediately, the current server time should be given as the execution time.
See Also