Method | Description | |
---|---|---|
Application_Start ( object sender, |
||
Session_End ( object sender, |
||
Session_Start ( object sender, |
Method | Description | |
---|---|---|
ApplicationErrorAfter ( |
Application_Error 시에 비동기적으로 실행할 작업입니다. (기본적으로는 로그에 쓰는 작업을 합니다) overriding 시 base method를 호출해 주셔야합니다.
|
|
ApplicationStartAfter ( |
Application_Start 시에 실행할 비동기 작업의 본체입니다.
|
|
OnBeginRequest ( object sender, |
protected ApplicationErrorAfter ( |
||
context | 현재 Context 정보 | |
exception | Web Applicatoin 예외 정보 | |
return | void |
protected ApplicationStartAfter ( |
||
context | ||
return | void |
public Application_Start ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnBeginRequest ( object sender, |
||
sender | object | |
e | ||
return | void |
public Session_End ( object sender, |
||
sender | object | |
e | ||
return | void |
public Session_Start ( object sender, |
||
sender | object | |
e | ||
return | void |