C# Class Simpler.Core.InjectTasksAttribute

Inheritance: EventsAttribute
Mostra file Open project: gregoryjscott/Simpler

Public Methods

Method Description
AfterExecute ( Task task ) : void
BeforeExecute ( Task task ) : void
OnError ( Task task, Exception exception ) : void

Method Details

AfterExecute() public method

public AfterExecute ( Task task ) : void
task Task
return void

BeforeExecute() public method

public BeforeExecute ( Task task ) : void
task Task
return void

OnError() public method

public OnError ( Task task, Exception exception ) : void
task Task
exception System.Exception
return void