Click or drag to resize

RemoteJobManagerStartJob Method (Type, 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(
	Type job,
	Object[] parameters
)

Parameters

job
Type: SystemType

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

parameters
Type: SystemObject

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

Implements

IJobManagerServiceStartJob(Type, Object)
See Also