Click or drag to resize
AppBuilderExtensionsUseHangfireServer Method
Overload List
  NameDescription
Public methodStatic memberUseHangfireServer(IAppBuilder)
Creates a new instance of the BackgroundJobServer class with default options and Current storage and registers its disposal on application shutdown.
Public methodStatic memberUseHangfireServer(IAppBuilder, BackgroundJobServerOptions)
Creates a new instance of the BackgroundJobServer class with the specified options and Current storage, and registers its disposal on application shutdown.
Public methodStatic memberUseHangfireServer(IAppBuilder, IBackgroundProcess)
Creates a new instance of the BackgroundJobServer class with the given collection of additional background processes and Current storage, and registers its disposal on application shutdown.
Public methodStatic memberUseHangfireServer(IAppBuilder, BackgroundJobServerOptions, JobStorage)
Creates a new instance of the BackgroundJobServer class with the given options and specified storage, and registers its disposal on application shutdown.
Public methodStatic memberUseHangfireServer(IAppBuilder, BackgroundJobServerOptions, IBackgroundProcess)
Creates a new instance of the BackgroundJobServer class with the specified options, given collection of background processes and Current storage, and registers its disposal on application shutdown.
Public methodStatic memberUseHangfireServer(IAppBuilder, JobStorage, BackgroundJobServerOptions, IBackgroundProcess)
Starts a new instance of the BackgroundJobServer class with the given arguments, and registers its disposal on application shutdown.
Top
See Also