C# Class Flatwhite.WebApi.RevalidateAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: vanthoainguyen/Flatwhite

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

Revalidate caches after call method

OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, CancellationToken cancellationToken ) : Task

Revalidate caches after call method

RevalidateAttribute ( ) : System

Initializes a RevalidateAttribute with a list of revalidation keys

Méthodes protégées

Méthode Description
GetInvocation ( HttpActionContext actionContext ) : _IInvocation

Get _IInvocation from HttpActionContext

Method Details

GetInvocation() protected méthode

Get _IInvocation from HttpActionContext
protected GetInvocation ( HttpActionContext actionContext ) : _IInvocation
actionContext HttpActionContext
Résultat _IInvocation

OnActionExecuted() public méthode

Revalidate caches after call method
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
Résultat void

OnActionExecutedAsync() public méthode

Revalidate caches after call method
public OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, CancellationToken cancellationToken ) : Task
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
cancellationToken System.Threading.CancellationToken
Résultat Task

RevalidateAttribute() public méthode

Initializes a RevalidateAttribute with a list of revalidation keys
public RevalidateAttribute ( ) : System
Résultat System