<PackageReference Include="Castle.Windsor" Version="5.0.0-beta001" />
ScopedInstanceActivationCallback
Delegate used by
ILifetimeScope to request a new instance to be created (that would be the first instance in that scope, subsequently reused).
using System;
namespace Castle.
MicroKernel.
Lifestyle.
Scoped
{
public delegate Burden ScopedInstanceActivationCallback (
Action<
Burden>
afterCreated);
}