Interface IAbpApplication
Inherited Members
System.IDisposable.Dispose()
Namespace: Volo.Abp
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpApplication : IModuleContainer, IApplicationInfoAccessor, IDisposable
Properties
ServiceProvider
Declaration
IServiceProvider ServiceProvider { get; }
Property Value
| Type |
Description |
| System.IServiceProvider |
|
Services
Declaration
IServiceCollection Services { get; }
Property Value
| Type |
Description |
| Microsoft.Extensions.DependencyInjection.IServiceCollection |
|
StartupModuleType
Declaration
Type StartupModuleType { get; }
Property Value
| Type |
Description |
| System.Type |
|
Methods
Declaration
Task ConfigureServicesAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Shutdown()
Declaration
ShutdownAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods