 | UpstreamJobManagerIsJobRegistered Method |
Returns true if the job is registered
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool IsJobRegistered(
Type jobType
)
Public Function IsJobRegistered (
jobType As Type
) As Boolean
public:
virtual bool IsJobRegistered(
Type^ jobType
) sealed
abstract IsJobRegistered :
jobType : Type -> bool
override IsJobRegistered :
jobType : Type -> bool 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