Click or drag to resize
Infosoft Logo

ISchedulerControlService Interface

Defines operations for working with a specific scheduler instance to get information relative to actual running process (i.e. data that is not persistant).

Namespace: Infosoft.Common.Contracts.ServiceContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ISchedulerControlService : IBusinessService

The ISchedulerControlService type exposes the following members.

Methods
 NameDescription
Public methodCheckin Request that the scheduler does a "checkin" to make sure it still participates in future "cluster" information
Public methodResetContext Requests the service to reset its cached context when possible
Public methodToggleSchedulerExecution Toggles job execution on or off for the scheduler that the service controls.
Top
See Also