IJobServiceGetJobs Method

Gets jobs.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<Guid, Job> GetJobs(
	ICollection<Guid> jobIds
)

Parameters

jobIds
Type: System.Collections.GenericICollectionGuid
The IDs of the jobs.

Return Value

Type: IDictionaryGuid, Job
The jobs.
Exceptions
ExceptionCondition
ArgumentNullExceptionjobIds is .
NoPrivilegeException

The caller does not have permission to view one or more of the specified jobs.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also