Click or drag to resize
Worker Class
Represents a background process responsible for processing fire-and-forget jobs.
Inheritance Hierarchy
SystemObject
  Hangfire.ServerWorker

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

The Worker type exposes the following members.

Constructors
Methods
Remarks

This is the heart of background processing in Hangfire

Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also