C# 클래스 Xigadee.ScheduleHelper

This static class is used to set the context schedule.
파일 보기 프로젝트 열기: xigadee/Microservice

공개 메소드들

메소드 설명
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