Click or drag to resize
DelayedJobSchedulerExecute Method

[Missing <summary> documentation for "M:Hangfire.Server.DelayedJobScheduler.Execute(Hangfire.Server.BackgroundProcessContext)"]

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void Execute(
	BackgroundProcessContext context
)

Parameters

context
Type: Hangfire.ServerBackgroundProcessContext
Context for a background process.

Implements

IBackgroundProcessExecute(BackgroundProcessContext)
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null.
See Also