Click or drag to resize
Infosoft Logo

GetJobExecutionsInPeriodRequest Class

Provides data for the request to the GetJobExecutionsInPeriod operation on IJobExecutionService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.SchedulerGetJobExecutionsInPeriodRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class GetJobExecutionsInPeriodRequest

The GetJobExecutionsInPeriodRequest type exposes the following members.

Properties
 NameDescription
Public propertyFromDate Gets or sets the earliest date that will be considered. If null, no lower bound is applied.
Public propertyToDate Gets or sets the latest date that will be considered. If null, no upper bound is applied.
Top
See Also