C# 클래스 WebApi2.App_Start.LogActionWebApiFilterAttribute

LogActionWebApiFilterAttribute
상속: System.Web.Http.Filters.ActionFilterAttribute
파일 보기 프로젝트 열기: megadotnet/ironframework

공개 메소드들

메소드 설명
OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, System cancellationToken ) : System.Threading.Tasks.Task

Called when [action executed asynchronous].

OnActionExecutingAsync ( System.Web.Http.Controllers.HttpActionContext actionContext, System cancellationToken ) : System.Threading.Tasks.Task

Called when [action executing asynchronous].

메소드 상세

OnActionExecutedAsync() 공개 메소드

Called when [action executed asynchronous].
public OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, System cancellationToken ) : System.Threading.Tasks.Task
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext The action executed context.
cancellationToken System The cancellation token.
리턴 System.Threading.Tasks.Task

OnActionExecutingAsync() 공개 메소드

Called when [action executing asynchronous].
public OnActionExecutingAsync ( System.Web.Http.Controllers.HttpActionContext actionContext, System cancellationToken ) : System.Threading.Tasks.Task
actionContext System.Web.Http.Controllers.HttpActionContext The action context.
cancellationToken System The cancellation token.
리턴 System.Threading.Tasks.Task