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
Description
Schedule description
string Description { get; }
Property Value
EndTime
The time the recurring schedule is disabled If null then the job is repeated forever
DateTimeOffset? EndTime { get; }
Property Value
MisfirePolicy
MissedEventPolicy MisfirePolicy { get; }
Property Value
ScheduleGroup
A
string ScheduleGroup { get; }
Property Value
ScheduleId
A unique name that identifies this schedule.
string ScheduleId { get; }
Property Value
StartTime
The time the recurring schedule is enabled
DateTimeOffset StartTime { get; }
Property Value
TimeZoneId
The timezone of the schedule
string TimeZoneId { get; }