Click or drag to resize

ITimerJobConfiguration Interface

Provides functionality for MatchPoint timer jobs.

Namespace:  Colygon.MatchPoint.Core.TimerJobs
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface ITimerJobConfiguration : IConfiguration

The ITimerJobConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyDependsOn
Returns the ID of the timer job configuration on which the current timer job configuration depends. Returns Guid.Empty if no dependency exists.
Public propertyEnabled
Returns true if the timer job configuration is enabled.
Public propertyIsDependent
Returns true if the current timer job configuration depends on another timer job configuration.
Public propertyName
Returns the name of the timer job configuration.
Public propertyUniqueId
Returns the ID of the timer job configuration.
Top
Methods
  NameDescription
Public methodGetSPSchedule
Returns the SPSchedule of the timer job configuration.
Public methodGetTimerJob
Returns an instance of the class that implements the functionality of the timer job configuration.
Top
See Also