C# Class Baseball.LogAttribute

Inheritance: Simpler.EventsAttribute
Afficher le fichier Open project: gregoryjscott/Simpler

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

Méthode Description
AfterExecute ( Task task ) : void
BeforeExecute ( Task task ) : void
OnError ( Task task, Exception exception ) : void

Method Details

AfterExecute() public méthode

public AfterExecute ( Task task ) : void
task Task
Résultat void

BeforeExecute() public méthode

public BeforeExecute ( Task task ) : void
task Task
Résultat void

OnError() public méthode

public OnError ( Task task, Exception exception ) : void
task Task
exception System.Exception
Résultat void

Property Details

Enabled public_oe static_oe property

public static bool Enabled
Résultat bool