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