Table of Contents

Method RegisterBuildCallback

Namespace
Autofac
Assembly
Autofac.dll

RegisterBuildCallback(Action<ILifetimeScope>)

public ContainerBuilder RegisterBuildCallback(Action<ILifetimeScope> buildCallback)

Parameters

buildCallback Action<ILifetimeScope>

Returns

ContainerBuilder