Method | Description | |
---|---|---|
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 | |
return | void |
public OnPerforming ( Hangfire.Server.PerformingContext filterContext ) : void | ||
filterContext | Hangfire.Server.PerformingContext | |
return | void |
public OnStateElection ( ElectStateContext context ) : void | ||
context | ElectStateContext | |
return | void |