C# 클래스 LaunchPad.Services.UpdateJobStatusFilter
파일 보기
프로젝트 열기: michaelburns/LaunchPad
공개 메소드들
메소드 |
설명 |
|
OnPerformed ( Hangfire.Server.PerformedContext filterContext ) : void |
|
|
OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void |
|
|
OnStateElection ( ElectStateContext context ) : void |
|
|
메소드 상세
public OnPerformed ( Hangfire.Server.PerformedContext filterContext ) : void |
filterContext |
Hangfire.Server.PerformedContext |
|
리턴 |
void |
|
public OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void |
filterContext |
Hangfire.Server.PerformingContext |
|
리턴 |
void |
|
public OnStateElection ( ElectStateContext context ) : void |
context |
ElectStateContext |
|
리턴 |
void |
|