AppBuilderExtensionsUseHangfireServer Method |
Name | Description | |
---|---|---|
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.
|