Click or drag to resize
IClientFilterOnCreated Method
Called after the creation of the job.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void OnCreated(
	CreatedContext filterContext
)

Parameters

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