Table of Contents

Constructor MailOutboxSignal

Namespace
MailFathom.Application.Mail.Delivery.Outbox
Assembly
MailFathom.Application.dll

MailOutboxSignal(int)

Creates the queue at the depth this deployment allows it.

public MailOutboxSignal(int capacity)

Parameters

capacity int

The greatest number of accounts that may be waiting for a pass at once.

Exceptions

ArgumentOutOfRangeException

Thrown when capacity is not positive.