A Sandcastle Documented Class Library
C#
Show/Hide TOC
Hangfire
Scheduler
Remove
Recurring
Keyword
Mining
Job Method
Removes a recurring job that mines projects by a keyword.
Definition
Namespace:
SECODashBackend.Services.Scheduler
Assembly:
SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
Copy
public
void
RemoveRecurringKeywordMiningJob
(
string
keyword
)
Parameters
keyword
String
The keyword belonging to the job that is to removed.
Implements
IScheduler
RemoveRecurringKeywordMiningJob(String)
See Also
Reference
HangfireScheduler Class
SECODashBackend.Services.Scheduler Namespace
In This Article
Definition
Parameters
Implements
See Also