HangfireSchedulerRemoveRecurringTaxonomyMiningJob Method

Removes a recurring job that mines projects by a taxonomy.

Definition

Namespace: SECODashBackend.Services.Scheduler
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public void RemoveRecurringTaxonomyMiningJob(
	string ecosystem
)

Parameters

ecosystem  String
The name of the ecosystem that the job belongs to.

Implements

ISchedulerRemoveRecurringTaxonomyMiningJob(String)

See Also