C# Class WebApi2.App_Start.LogActionWebApiFilterAttribute

LogActionWebApiFilterAttribute
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: megadotnet/ironframework

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Threading.Tasks.Task

OnActionExecutingAsync() public méthode

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.
Résultat System.Threading.Tasks.Task