| IServerFilterOnPerformed Method |
Called after the performance of the job.
Namespace: Hangfire.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax void OnPerformed(
PerformedContext filterContext
)
Sub OnPerformed (
filterContext As PerformedContext
)
Parameters
- filterContext
- Type: Hangfire.ServerPerformedContext
The filter context.
See Also