 | 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
Syntaxpublic void StartJob(
Type job,
Object[] parameters
)
Public Sub StartJob (
job As Type,
parameters As Object()
)
public:
virtual void StartJob(
Type^ job,
array<Object^>^ parameters
) sealed
abstract StartJob :
job : Type *
parameters : Object[] -> unit
override StartJob :
job : Type *
parameters : Object[] -> unit
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