C# 클래스 Simpler.Mocks.MockSecondAttribute

상속: EventsAttribute
파일 보기 프로젝트 열기: gregoryjscott/Simpler

공개 메소드들

메소드 설명
AfterExecute ( Task task ) : void
BeforeExecute ( Task task ) : void
OnError ( Task task, Exception exception ) : void

메소드 상세

AfterExecute() 공개 메소드

public AfterExecute ( Task task ) : void
task Task
리턴 void

BeforeExecute() 공개 메소드

public BeforeExecute ( Task task ) : void
task Task
리턴 void

OnError() 공개 메소드

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