C# 클래스 LaunchPad.Services.UpdateJobStatusFilter

상속: Hangfire.Common.JobFilterAttribute, IServerFilter, IElectStateFilter
파일 보기 프로젝트 열기: michaelburns/LaunchPad

공개 메소드들

메소드 설명
OnPerformed ( Hangfire.Server.PerformedContext filterContext ) : void
OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void
OnStateElection ( ElectStateContext context ) : void

메소드 상세

OnPerformed() 공개 메소드

public OnPerformed ( Hangfire.Server.PerformedContext filterContext ) : void
filterContext Hangfire.Server.PerformedContext
리턴 void

OnPerforming() 공개 메소드

public OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void
filterContext Hangfire.Server.PerformingContext
리턴 void

OnStateElection() 공개 메소드

public OnStateElection ( ElectStateContext context ) : void
context ElectStateContext
리턴 void