Open this page in the API Guide

IJobService.GetJobRuns Method

Gets the job runs for the specified job.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<JobRun> GetJobRuns(
	Guid jobId
)

Parameters

jobId
Type: System.Guid
The ID of the job.

Return Value

Type: ICollection<JobRun>
The job runs for the specified job.
Exceptions
ExceptionCondition
ArgumentExceptionjobId is Empty.
NotFoundExceptionThe specified job run was not found or has been deleted.
NoPrivilegeException

The caller does not have permission to view the job.

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