Click or drag to resize
ITimerJob Interface
Provides functionality for a MatchPoint timer job.

Namespace: Colygon.MatchPoint.Core.TimerJobs
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public interface ITimerJob

The ITimerJob type exposes the following members.

Methods
  NameDescription
Public methodRun
Implements the functionality of the timer job.
Top
See Also