Enum AppServiceLifetime
Enumerates the lifetime values for application services.
Namespace: Kephas.Services
Assembly: Kephas.Core.dll
Syntax
public enum AppServiceLifetimeFields
| 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. |