Click or drag to resize
IBackgroundJobPerformerPerform Method

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

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

Parameters

context
Type: Hangfire.ServerPerformContext

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

Return Value

Type: Object
See Also