Click or drag to resize

RemoteJobManagerGetJobSchedules Method

Get the specified job's schedule

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IEnumerable<IJobSchedule> GetJobSchedules(
	IJob job
)

Parameters

job
Type: SanteDB.Core.JobsIJob

[Missing <param name="job"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.GetJobSchedules(SanteDB.Core.Jobs.IJob)"]

Return Value

Type: IEnumerableIJobSchedule

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.GetJobSchedules(SanteDB.Core.Jobs.IJob)"]

Implements

IJobManagerServiceGetJobSchedules(IJob)
See Also