Class AbpBackgroundJobsInstallerModule
Implements
Inherited Members
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Installer.dll
Syntax
[DependsOn(new Type[] { typeof(AbpVirtualFileSystemModule) })]
public class AbpBackgroundJobsInstallerModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpBackgroundJobsInstallerModule()
Declaration
public AbpBackgroundJobsInstallerModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |