C# Class LaunchPad.Services.UpdateJobStatusFilter

Inheritance: Hangfire.Common.JobFilterAttribute, IServerFilter, IElectStateFilter
ファイルを表示 Open project: michaelburns/LaunchPad

Public Methods

Method Description
OnPerformed ( Hangfire.Server.PerformedContext filterContext ) : void
OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void
OnStateElection ( ElectStateContext context ) : void

Method Details

OnPerformed() public method

public OnPerformed ( Hangfire.Server.PerformedContext filterContext ) : void
filterContext Hangfire.Server.PerformedContext
return void

OnPerforming() public method

public OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void
filterContext Hangfire.Server.PerformingContext
return void

OnStateElection() public method

public OnStateElection ( ElectStateContext context ) : void
context ElectStateContext
return void