IJobServiceGetJobs Method |
Gets jobs.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
SyntaxIDictionary<Guid, Job> GetJobs(
ICollection<Guid> jobIds
)
Function GetJobs (
jobIds As ICollection(Of Guid)
) As IDictionary(Of Guid, Job)
IDictionary<Guid, Job^>^ GetJobs(
ICollection<Guid>^ jobIds
)
abstract GetJobs :
jobIds : ICollection<Guid> -> IDictionary<Guid, Job>
Parameters
- jobIds
- Type: System.Collections.GenericICollectionGuid
The IDs of the jobs.
Return Value
Type:
IDictionaryGuid,
JobThe jobs.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | jobIds is . |
| NoPrivilegeException | The caller does not have permission to view one or more of the specified jobs. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also