Click or drag to resize
IClientFilterOnCreating Method
Called before the creation of the job.

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

Parameters

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