C# 클래스 Hangfire.Server.ScheduleInstant

상속: IScheduleInstant
파일 보기 프로젝트 열기: jcoutch/Hangfire 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Factory Func

공개 메소드들

메소드 설명
GetNextInstants ( System.DateTime lastInstant ) : IEnumerable
ScheduleInstant ( System.DateTime nowInstant, TimeZoneInfo timeZone, [ schedule ) : System

메소드 상세

GetNextInstants() 공개 메소드

public GetNextInstants ( System.DateTime lastInstant ) : IEnumerable
lastInstant System.DateTime
리턴 IEnumerable

ScheduleInstant() 공개 메소드

public ScheduleInstant ( System.DateTime nowInstant, TimeZoneInfo timeZone, [ schedule ) : System
nowInstant System.DateTime
timeZone System.TimeZoneInfo
schedule [
리턴 System

프로퍼티 상세

Factory 공개적으로 정적으로 프로퍼티

public static Func Factory
리턴 Func