MineControllerUnscheduleMineByTaxonomy Method

This method deletes a recurring job that mines projects based on the given taxonomy if the job exists.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public IActionResult UnscheduleMineByTaxonomy(
	string ecosystem
)

Parameters

ecosystem  String
The name of the ecosystem.

Return Value

IActionResult

See Also