C# 클래스 Simpler.EventsAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ResourceDataInc/Simpler

공개 메소드들

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

메소드 상세

AfterExecute() 공개 추상적인 메소드

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

BeforeExecute() 공개 추상적인 메소드

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

OnError() 공개 추상적인 메소드

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