C# Class WebApi2.App_Start.LogActionWebApiFilterAttribute

LogActionWebApiFilterAttribute
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Datei anzeigen Open project: megadotnet/ironframework

Public Methods

Method Description
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].

Method Details

OnActionExecutedAsync() public method

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.
return System.Threading.Tasks.Task

OnActionExecutingAsync() public method

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.
return System.Threading.Tasks.Task