Show / Hide Table of Contents

Class ScheduleDto

Расписание задачи.

Inheritance
InheritedDto<ScheduleDto>
ScheduleDto
DaysScheduleDto
TimerScheduleDto
Namespace: Trivium.SchedulerDto
Assembly: Trivium.SchedulerDto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[]{"discriminator"})]
public abstract class ScheduleDto : InheritedDto<ScheduleDto>

Properties

PeriodDto Period
Период действия задачи.
TimeDto RunTime
Время первого запуска задачи.
Back to top Generated by DocFX