Click or drag to resize

RemoteJobManager.StartJob Method (IJob,Object[])

Start a job

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void StartJob(
	IJob job,
	Object[] parameters
)

Parameters

job
Type: SanteDB.Core.Jobs.IJob

[Missing <param name="job"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.StartJob(SanteDB.Core.Jobs.IJob,System.Object[])"]

parameters
Type:System.Object[]

[Missing <param name="parameters"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.StartJob(SanteDB.Core.Jobs.IJob,System.Object[])"]

Implements

IJobManagerService.StartJob(IJob,Object[])
See Also