Click or drag to resize

RemoteJobManager.StartJob 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: System.Type

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

parameters
Type:System.Object[]

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

Implements

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