IJobServiceGetJobRuns Method |
Gets the job runs for the specified job.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxICollection<JobRun> GetJobRuns(
Guid jobId
)
Function GetJobRuns (
jobId As Guid
) As ICollection(Of JobRun)
ICollection<JobRun^>^ GetJobRuns(
Guid jobId
)
abstract GetJobRuns :
jobId : Guid -> ICollection<JobRun> Parameters
- jobId Guid
- The ID of the job.
Return Value
ICollectionJobRunThe job runs for the specified job.
Exceptions
See Also