Property MaxConcurrentJobsPerType
- Namespace
- MailFathom.Application.Jobs.Execution
- Assembly
- MailFathom.Application.dll
MaxConcurrentJobsPerType
Gets how many jobs of one type this process may run at once.
public int MaxConcurrentJobsPerType { get; }
Property Value
Remarks
Never above MaxConcurrentJobs, which already caps it.