Table of Contents

Interface RecurringSchedule

Namespace
MassTransit.Scheduling
Assembly
MassTransit.Abstractions.dll
public interface RecurringSchedule

Properties

CronExpression

The Cron Schedule Expression in Cron Syntax

string CronExpression { get; }

Property Value

string

Description

Schedule description

string Description { get; }

Property Value

string

EndTime

The time the recurring schedule is disabled If null then the job is repeated forever

DateTimeOffset? EndTime { get; }

Property Value

DateTimeOffset?

MisfirePolicy

MissedEventPolicy MisfirePolicy { get; }

Property Value

MissedEventPolicy

ScheduleGroup

A

string ScheduleGroup { get; }

Property Value

string

ScheduleId

A unique name that identifies this schedule.

string ScheduleId { get; }

Property Value

string

StartTime

The time the recurring schedule is enabled

DateTimeOffset StartTime { get; }

Property Value

DateTimeOffset

TimeZoneId

The timezone of the schedule

string TimeZoneId { get; }

Property Value

string