AppBuilderExtensions Methods |
Name | Description | |
---|---|---|
UseHangfireDashboard(IAppBuilder) |
Adds Dashboard UI middleware to the OWIN request processing pipeline under
the /hangfire path, for the Current storage.
| |
UseHangfireDashboard(IAppBuilder, String) |
Adds Dashboard UI middleware to the OWIN request processing pipeline under
the given path, for the Current storage.
| |
UseHangfireDashboard(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.
| |
UseHangfireDashboard(IAppBuilder, String, DashboardOptions, JobStorage) |
Adds Dashboard UI middleware to the OWIN request processing pipeline with the
specified parameters.
| |
UseHangfireServer(IAppBuilder) |
Creates a new instance of the BackgroundJobServer class
with default options and Current storage and
registers its disposal on application shutdown.
| |
UseHangfireServer(IAppBuilder, BackgroundJobServerOptions) |
Creates a new instance of the BackgroundJobServer class
with the specified options and Current storage,
and registers its disposal on application shutdown.
| |
UseHangfireServer(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.
| |
UseHangfireServer(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.
| |
UseHangfireServer(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.
| |
UseHangfireServer(IAppBuilder, JobStorage, BackgroundJobServerOptions, IBackgroundProcess) |
Starts a new instance of the BackgroundJobServer class with
the given arguments, and registers its disposal on application shutdown.
|