Table of Contents

Class MessageHeaders.Quartz

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public static class MessageHeaders.Quartz
Inheritance
MessageHeaders.Quartz
Inherited Members

Fields

NextScheduled

When the next message is scheduled to be sent

public const string NextScheduled = "MT-Quartz-NextScheduled"

Field Value

string

PreviousSent

When the previous message was sent

public const string PreviousSent = "MT-Quartz-PreviousSent"

Field Value

string

Scheduled

The time when the message was scheduled

public const string Scheduled = "MT-Quartz-Scheduled"

Field Value

string

Sent

When the event for this message was fired by Quartz

public const string Sent = "MT-Quartz-Sent"

Field Value

string