Click or drag to resize
BackgroundJobPerformerPerform Method

[Missing <summary> documentation for "M:Hangfire.Server.BackgroundJobPerformer.Perform(Hangfire.Server.PerformContext)"]

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public Object Perform(
	PerformContext context
)

Parameters

context
Type: Hangfire.ServerPerformContext

[Missing <param name="context"/> documentation for "M:Hangfire.Server.BackgroundJobPerformer.Perform(Hangfire.Server.PerformContext)"]

Return Value

Type: Object

Implements

IBackgroundJobPerformerPerform(PerformContext)
See Also