 | UpstreamJobManagerStartJob(Type, Object) Method |
Start a job by registered type
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void StartJob(
Type jobType,
Object[] parameters
)
Public Sub StartJob (
jobType As Type,
parameters As Object()
)
public:
virtual void StartJob(
Type^ jobType,
array<Object^>^ parameters
) sealed
abstract StartJob :
jobType : Type *
parameters : Object[] -> unit
override StartJob :
jobType : Type *
parameters : Object[] -> unit Parameters
- jobType Type
- The type of job to start
- parameters Object
- The parameters to pass to the job
Implements
IJobManagerServiceStartJob(Type, Object)
See Also