| IBackgroundJobFactoryCreate Method |
Runs the process of job creation with the specified context.
Namespace: Hangfire.ClientAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [CanBeNullAttribute]
BackgroundJob Create(
[NotNullAttribute] CreateContext context
)
<CanBeNullAttribute>
Function Create (
<NotNullAttribute> context As CreateContext
) As BackgroundJob
Parameters
- context
- Type: Hangfire.ClientCreateContext
[Missing <param name="context"/> documentation for "M:Hangfire.Client.IBackgroundJobFactory.Create(Hangfire.Client.CreateContext)"]
Return Value
Type:
BackgroundJobSee Also