C# Class Hangfire.States.ScheduledState

Inheritance: IState
Afficher le fichier Open project: sciserver/Hangfire Class Usage Examples

Méthodes publiques

Свойство Type Description
StateName string

Méthodes publiques

Méthode Description
ScheduledState ( System.TimeSpan enqueueIn ) : System
SerializeData ( ) : object>.Dictionary

Private Methods

Méthode Description
ScheduledState ( System.DateTime enqueueAt ) : System

Method Details

ScheduledState() public méthode

public ScheduledState ( System.TimeSpan enqueueIn ) : System
enqueueIn System.TimeSpan
Résultat System

SerializeData() public méthode

public SerializeData ( ) : object>.Dictionary
Résultat object>.Dictionary

Property Details

StateName public_oe static_oe property

public static string StateName
Résultat string