Click or drag to resize
IBackgroundProcess Interface
Provides methods for defining processes that will be executed in a background thread by BackgroundProcessingServer.

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IBackgroundProcess

The IBackgroundProcess type exposes the following members.

Methods
  NameDescription
Public methodExecute
Top
Remarks
Needs a wait. Cancellation token Connection disposal
See Also