Click or drag to resize
BackgroundJobFactoryCreate Method

[Missing <summary> documentation for "M:Hangfire.Client.BackgroundJobFactory.Create(Hangfire.Client.CreateContext)"]

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundJob Create(
	CreateContext context
)

Parameters

context
Type: Hangfire.ClientCreateContext

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

Return Value

Type: BackgroundJob

Implements

IBackgroundJobFactoryCreate(CreateContext)
See Also