Table of Contents

Constructor ServiceLifecycleManager

Namespace
Innova.Abstractions.Builder
Assembly
Innova.Data.dll

ServiceLifecycleManager(IEnumerable<IServiceLifecycle>)

Initializes a new instance of the ServiceLifecycleManager class.

public ServiceLifecycleManager(IEnumerable<IServiceLifecycle> serviceLifecycles)

Parameters

serviceLifecycles IEnumerable<IServiceLifecycle>

The services to manage.