Click or drag to resize
IServerFilter Interface
Defines methods that are required for a server filter.

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IServerFilter

The IServerFilter type exposes the following members.

Methods
  NameDescription
Public methodOnPerformed
Called after the performance of the job.
Public methodOnPerforming
Called before the performance of the job.
Top
See Also