Click or drag to resize
Infosoft Logo

IJobExecutionService Interface

Service for manipulating JobExecution entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IJobExecutionService : IJobExecutionQueryService, 
	IBusinessService

The IJobExecutionService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of JobExecutions matching the specified filter.
(Inherited from IJobExecutionQueryService)
Public methodGetAll Gets all JobExecutions
(Inherited from IJobExecutionQueryService)
Public methodGetFilteredJobExecutions Gets a list of job executions with a custom filter.
Public methodGetJobExecutionsInPeriod Gets all job execution objects in a given period.
Public methodGetSingle Gets a single JobExecution matching the provided filter.
(Inherited from IJobExecutionQueryService)
Top
See Also