MineControllerScheduleMineByTopic Method

This method schedules a recurring job that mines projects based on the given topic, amount and frequency.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public IActionResult ScheduleMineByTopic(
	string topic,
	int amount,
	string ecosystem,
	MiningFrequency miningFrequency
)

Parameters

topic  String
The topic to mine by.
amount  Int32
The amount of projects to mine.
ecosystem  String
The ecosystem the request is linked to
miningFrequency  MiningFrequency
The frequency of mining.

Return Value

IActionResult

See Also