IJobServiceGetJobRunEvents Method

Gets the job run events for the specified job run.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ICollection<JobRunEvent> GetJobRunEvents(
	long jobRunId
)

Parameters

jobRunId
Type: SystemInt64
The ID of the job run.

Return Value

Type: ICollectionJobRunEvent
The job run events for the specified job run.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionjobRunId is less than or equal to zero.
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