Class BackgroundJobManagerExtensions
Some extension methods for IBackgroundJobManager.
Inheritance
System.Object
BackgroundJobManagerExtensions
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public static class BackgroundJobManagerExtensions : object
Methods
IsAvailable(IBackgroundJobManager)
Checks if background job system has a real implementation. It returns false if the current implementation is NullBackgroundJobManager.
Declaration
public static bool IsAvailable(this IBackgroundJobManager backgroundJobManager)
Parameters
| Type | Name | Description |
|---|---|---|
| IBackgroundJobManager | backgroundJobManager |
Returns
| Type | Description |
|---|---|
| System.Boolean |