IJobServiceGetJobRunEvents Method |
Gets the job run events for the specified job run.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
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 Int64
- The ID of the job run.
Return Value
ICollectionJobRunEventThe job run events for the specified job run.
Exceptions
See Also