ITimerJobConfiguration Interface |
Namespace: Colygon.MatchPoint.Core.TimerJobs
public interface ITimerJobConfiguration : IConfiguration
The ITimerJobConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DependsOn |
Returns the ID of the timer job configuration on which the current timer job configuration depends. Returns
Guid.Empty if no dependency exists.
| |
Enabled | Returns true if the timer job configuration is enabled. | |
IsDependent | Returns true if the current timer job configuration depends on another timer job configuration. | |
Name | Returns the name of the timer job configuration. | |
UniqueId | Returns the ID of the timer job configuration. |
Name | Description | |
---|---|---|
GetSPSchedule | Returns the SPSchedule of the timer job configuration. | |
GetTimerJob | Returns an instance of the class that implements the functionality of the timer job configuration. |