IScheduler Interface

Interface for a scheduler that is responsible for scheduling jobs.

Definition

Namespace: SECODashBackend.Services.Scheduler
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public interface IScheduler

Methods

AddOrUpdateRecurringKeywordMiningJob Adds or updates a recurring job that mines projects by a keyword.
AddOrUpdateRecurringTopicMiningJob Adds or updates a recurring job that mines projects by a topic.
AddRecurringTaxonomyMiningJob 
RemoveRecurringKeywordMiningJob Removes a recurring job that mines projects by a keyword.
RemoveRecurringTaxonomyMiningJob Removes a recurring job that mines projects by a taxonomy.
RemoveRecurringTopicMiningJob Removes a recurring job that mines projects by a topic.

See Also