Click or drag to resize
IClientFilter Interface
Defines methods that are required for a client filter.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IClientFilter

The IClientFilter type exposes the following members.

Methods
  NameDescription
Public methodOnCreated
Called after the creation of the job.
Public methodOnCreating
Called before the creation of the job.
Top
See Also