| DefaultJobManagerServiceStartJob Method (Type, Object) |
Start a job
Namespace:
SanteDB.Core.Jobs
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public 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: SystemType
[Missing <param name="jobType"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.StartJob(System.Type,System.Object[])"]
- parameters
- Type: SystemObject
[Missing <param name="parameters"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.StartJob(System.Type,System.Object[])"]
Implements
IJobManagerServiceStartJob(Type, Object)See Also