Click or drag to resize
IServerFilterOnPerformed Method
Called after the performance of the job.

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void OnPerformed(
	PerformedContext filterContext
)

Parameters

filterContext
Type: Hangfire.ServerPerformedContext
The filter context.
See Also