Click or drag to resize
Infosoft Logo

IJobExecutionService.GetJobExecutionsInPeriod Method

Gets all job execution objects in a given period.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  GetJobExecutionsInPeriodRequest
A request object that contains an optional lower and upper date bound.

Return Value

JobExecutionDataListResponse
A response object that contains a list of job executions.
See Also