![]() | Hangfire.Server Namespace |
Class | Description | |
---|---|---|
![]() | BackgroundJobPerformer | |
![]() | BackgroundProcessContext | |
![]() | BackgroundProcessContextExtensions | |
![]() | BackgroundProcessingServer |
Responsible for running the given collection background processes.
|
![]() | BackgroundProcessingServerOptions | |
![]() | DelayedJobScheduler |
Represents a background process responsible for enqueueing delayed
jobs.
|
![]() | JobAbortedException | |
![]() | JobPerformanceException | |
![]() | PerformContext |
Provides information about the context in which the job
is performed.
|
![]() | PerformedContext |
Provides the context for the OnPerformed(PerformedContext)
method of the IServerFilter interface.
|
![]() | PerformingContext |
Provides the context for the OnPerforming(PerformingContext)
method of the IServerFilter interface.
|
![]() | RecurringJobScheduler |
Represents a background process responsible for enqueueing recurring
jobs.
|
![]() | ServerContext | |
![]() | ServerExceptionContext |
Provides the context for the OnServerException(ServerExceptionContext)
method of the IServerExceptionFilter interface.
|
![]() | Worker |
Represents a background process responsible for processing
fire-and-forget jobs.
|
Interface | Description | |
---|---|---|
![]() | IBackgroundJobPerformer | |
![]() | IBackgroundProcess |
Provides methods for defining processes that will be executed in a
background thread by BackgroundProcessingServer.
|
![]() | IServerExceptionFilter |
Defines methods that are required for the server exception filter.
|
![]() | IServerFilter |
Defines methods that are required for a server filter.
|