SessionMethodAttributeOnActionExecutionAsync - метод
Пространство имён: Tessa.WebСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
public Task OnActionExecutionAsync(
ActionExecutingContext context,
ActionExecutionDelegate next
)
Public Function OnActionExecutionAsync (
context As ActionExecutingContext,
next As ActionExecutionDelegate
) As Task
public:
virtual Task^ OnActionExecutionAsync(
ActionExecutingContext^ context,
ActionExecutionDelegate^ next
) sealed
abstract OnActionExecutionAsync :
context : ActionExecutingContext *
next : ActionExecutionDelegate -> Task
override OnActionExecutionAsync :
context : ActionExecutingContext *
next : ActionExecutionDelegate -> Task
- context ActionExecutingContext
-
- next ActionExecutionDelegate
-
TaskIAsyncActionFilterOnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)