Table of Contents

Constructor JobConcurrencyGate

Namespace
MailFathom.Application.Jobs.Execution
Assembly
MailFathom.Application.dll

JobConcurrencyGate(JobCapacitySettings)

Initializes the gate from the capacity the deployment configured.

public JobConcurrencyGate(JobCapacitySettings settings)

Parameters

settings JobCapacitySettings

The process ceiling and the per-type ceiling this gate hands out under.

Exceptions

ArgumentNullException

Thrown when settings is null.