Click or drag to resize

DefaultJobManagerServiceClearJobSchedule Method

Clear the schedule of a job.

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public void ClearJobSchedule(
	IJob job
)

Parameters

job
Type: SanteDB.Core.JobsIJob
The job to clear the schedule for.

Implements

IJobManagerServiceClearJobSchedule(IJob)
See Also