C# 클래스 Flatwhite.WebApi.RevalidateAttribute

상속: System.Web.Http.Filters.ActionFilterAttribute
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetInvocation ( HttpActionContext actionContext ) : _IInvocation

Get _IInvocation from HttpActionContext

메소드 상세

GetInvocation() 보호된 메소드

Get _IInvocation from HttpActionContext
protected GetInvocation ( HttpActionContext actionContext ) : _IInvocation
actionContext HttpActionContext
리턴 _IInvocation

OnActionExecuted() 공개 메소드

Revalidate caches after call method
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
리턴 void

OnActionExecutedAsync() 공개 메소드

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
리턴 Task

RevalidateAttribute() 공개 메소드

Initializes a RevalidateAttribute with a list of revalidation keys
public RevalidateAttribute ( ) : System
리턴 System