Class SecurityBuilderServiceLifecycle
Represents the service lifecycle for security builders.
public class SecurityBuilderServiceLifecycle : IServiceLifecycle
- Inheritance
-
SecurityBuilderServiceLifecycle
- Implements
Constructors
- SecurityBuilderServiceLifecycle(IEnumerable<ISecurityBuilder>)
Initializes a new instance of the SecurityBuilderServiceLifecycle class.
Properties
- StartOrder
Gets the start order of the service lifecycle.
- StopOrder
Gets the stop order of the service lifecycle.
Methods
- CanStop(CancellationToken)
Determines whether the service can be stopped.
- Start(CancellationToken)
Starts the service.
- Stop(CancellationToken)
Stops the service.