Click or drag to resize

RemoteJobManagerJobs Property

Gets the jobs which can be executed on the management service

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IEnumerable<IJob> Jobs { get; }

Property Value

Type: IEnumerableIJob

Implements

IJobManagerServiceJobs
See Also