C# 클래스 ContentReactor.Common.Fakes.ScheduleStub

Provides a stub class for building a TimerInfo instance to pass to Azure function timer jobs.
상속: TimerSchedule
파일 보기 프로젝트 열기: Stewartarmbrecht/Eden-Old

공개 메소드들

메소드 설명
GetNextOccurrence ( DateTime now ) : DateTime

Implements the GetNextOccurrence to create a fake TimerSchedule.

메소드 상세

GetNextOccurrence() 공개 메소드

Implements the GetNextOccurrence to create a fake TimerSchedule.
public GetNextOccurrence ( DateTime now ) : DateTime
now DateTime Don't know.
리턴 DateTime