Table of Contents

Enum MissedEventPolicy

Namespace
MassTransit.Scheduling
Assembly
MassTransit.Abstractions.dll

If the scheduler is offline and comes back online, the policy determines how a missed scheduled message is handled.

public enum MissedEventPolicy

Fields

Default = 0

use the default handling of the scheduler

Send = 2

Send the message immediately and then continue the schedule as planned

Skip = 1

Skip the event, waiting for the next scheduled interval