Enum AppServiceLifetime
Enumerates the lifetime values for application services.
Namespace: Kephas.Services
Assembly: Kephas.Core.dll
Syntax
public enum AppServiceLifetime
Fields
| Name | Description |
|---|---|
| Scoped | The application service is shared within a scope. |
| Singleton | The application service is shared (default). |
| Transient | The application service in instantiated with every request. |