Click or drag to resize
AppBuilderExtensions Methods
Methods
  NameDescription
Public methodStatic memberUseHangfireDashboard(IAppBuilder)
Adds Dashboard UI middleware to the OWIN request processing pipeline under the /hangfire path, for the Current storage.
Public methodStatic memberUseHangfireDashboard(IAppBuilder, String)
Adds Dashboard UI middleware to the OWIN request processing pipeline under the given path, for the Current storage.
Public methodStatic memberUseHangfireDashboard(IAppBuilder, String, DashboardOptions)
Adds Dashboard UI middleware to the OWIN request processing pipeline under the specified path and the given options, for the Current storage.
Public methodStatic memberUseHangfireDashboard(IAppBuilder, String, DashboardOptions, JobStorage)
Adds Dashboard UI middleware to the OWIN request processing pipeline with the specified parameters.
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