Click or drag to resize
IBackgroundProcessExecute Method

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

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

Parameters

context
Type: Hangfire.ServerBackgroundProcessContext
Context for a background process.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null.
See Also