Click or drag to resize
BackgroundJobServer Class

[Missing <summary> documentation for "T:Hangfire.BackgroundJobServer"]

Inheritance Hierarchy
SystemObject
  HangfireBackgroundJobServer

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class BackgroundJobServer : IDisposable

The BackgroundJobServer type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundJobServer
Initializes a new instance of the BackgroundJobServer class with default options and Current storage.
Public methodBackgroundJobServer(BackgroundJobServerOptions)
Initializes a new instance of the BackgroundJobServer class with the given options and Current storage.
Public methodBackgroundJobServer(JobStorage)
Initializes a new instance of the BackgroundJobServer class with default options and the given storage.
Public methodBackgroundJobServer(BackgroundJobServerOptions, JobStorage)
Initializes a new instance of the BackgroundJobServer class with the specified options and the given storage.
Public methodBackgroundJobServer(BackgroundJobServerOptions, JobStorage, IEnumerableIBackgroundProcess)
Initializes a new instance of the BackgroundJobServer class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the BackgroundJobServer
Public methodStart Obsolete.
Public methodStop Obsolete.
Top
See Also