Click or drag to resize

UpstreamJobManagerClearJobSchedule Method

Clear the schedule of a job.

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void ClearJobSchedule(
	IJob job
)

Parameters

job  IJob
The job to clear the schedule for.

Implements

IJobManagerServiceClearJobSchedule(IJob)
See Also