C# Class Hangfire.States.FailedState

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
FailedState ( Exception exception ) : System
SerializeData ( ) : object>.Dictionary

Method Details

FailedState() public méthode

public FailedState ( Exception exception ) : System
exception System.Exception
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