 | UpstreamJobManagerRegisterJob Method |
Adds a job by type to the job manager
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IJob RegisterJob(
Type jobType
)
Public Function RegisterJob (
jobType As Type
) As IJob
public:
virtual IJob^ RegisterJob(
Type^ jobType
) sealed
abstract RegisterJob :
jobType : Type -> IJob
override RegisterJob :
jobType : Type -> IJob Parameters
- jobType Type
- The job type to be registered
Return Value
IJob[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.RegisterJob(System.Type)"]
Implements
IJobManagerServiceRegisterJob(Type)
See Also