C# Класс Xigadee.ScheduleHelper

This static class is used to set the context schedule.
Показать файл Открыть проект

Открытые методы

Метод Описание
SetNextPollTime ( Xigadee.CommandScheduleInlineContext ctx, DateTime nextUTCTime ) : void

Sets the next poll time.

SetNextPollTime ( Xigadee.CommandScheduleInlineContext ctx, TimeSpan timeSpan ) : void

Sets the next poll time.

Описание методов

SetNextPollTime() публичный статический Метод

Sets the next poll time.
public static SetNextPollTime ( Xigadee.CommandScheduleInlineContext ctx, DateTime nextUTCTime ) : void
ctx Xigadee.CommandScheduleInlineContext The scheduler context.
nextUTCTime DateTime The next UTC time to run the schedule.
Результат void

SetNextPollTime() публичный статический Метод

Sets the next poll time.
public static SetNextPollTime ( Xigadee.CommandScheduleInlineContext ctx, TimeSpan timeSpan ) : void
ctx Xigadee.CommandScheduleInlineContext The scheduler context.
timeSpan TimeSpan The time span before the schedule should run again.
Результат void