Click or drag to resize
IBackgroundJobFactoryCreate Method
Runs the process of job creation with the specified context.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[CanBeNullAttribute]
BackgroundJob Create(
	[NotNullAttribute] CreateContext context
)

Parameters

context
Type: Hangfire.ClientCreateContext

[Missing <param name="context"/> documentation for "M:Hangfire.Client.IBackgroundJobFactory.Create(Hangfire.Client.CreateContext)"]

Return Value

Type: BackgroundJob
See Also