C# Class Hangfire.Server.ScheduleInstant

Inheritance: IScheduleInstant
Afficher le fichier Open project: jcoutch/Hangfire Class Usage Examples

Méthodes publiques

Свойство Type Description
Factory Func

Méthodes publiques

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

Method Details

GetNextInstants() public méthode

public GetNextInstants ( System.DateTime lastInstant ) : IEnumerable
lastInstant System.DateTime
Résultat IEnumerable

ScheduleInstant() public méthode

public ScheduleInstant ( System.DateTime nowInstant, TimeZoneInfo timeZone, [ schedule ) : System
nowInstant System.DateTime
timeZone System.TimeZoneInfo
schedule [
Résultat System

Property Details

Factory public_oe static_oe property

public static Func Factory
Résultat Func