C# 클래스 Baseball.LogAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool

공개 메소드들

메소드 설명
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

프로퍼티 상세

Enabled 공개적으로 정적으로 프로퍼티

public static bool Enabled
리턴 bool