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 (8.0.2.1001)
SyntaxICollection<JobRunEvent> GetJobRunEvents(
long jobRunId
)
Function GetJobRunEvents (
jobRunId As Long
) As ICollection(Of JobRunEvent)
ICollection<JobRunEvent^>^ GetJobRunEvents(
long long jobRunId
)
abstract GetJobRunEvents :
jobRunId : int64 -> ICollection<JobRunEvent>
Parameters
- jobRunId
- Type: SystemInt64
The ID of the job run.
Return Value
Type:
ICollectionJobRunEventThe job run events for the specified job run.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | jobRunId is less than or equal to zero. |
| NotFoundException | The specified job run was not found or has been deleted. |
| NoPrivilegeException | The caller does not have permission to view the job. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also