Click or drag to resize

UpstreamJobManagerIsJobRegistered Method

Returns true if the job is registered

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool IsJobRegistered(
	Type jobType
)

Parameters

jobType  Type
The type of job to check for

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.IsJobRegistered(System.Type)"]

Implements

IJobManagerServiceIsJobRegistered(Type)
See Also