C# Class Hangfire.Server.ScheduleInstant

Inheritance: IScheduleInstant
Mostra file Open project: jcoutch/Hangfire Class Usage Examples

Public Properties

Property Type Description
Factory Func

Public Methods

Method Description
GetNextInstants ( System.DateTime lastInstant ) : IEnumerable
ScheduleInstant ( System.DateTime nowInstant, TimeZoneInfo timeZone, [ schedule ) : System

Method Details

GetNextInstants() public method

public GetNextInstants ( System.DateTime lastInstant ) : IEnumerable
lastInstant System.DateTime
return IEnumerable

ScheduleInstant() public method

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

Property Details

Factory public_oe static_oe property

public static Func Factory
return Func