Autofac .NET Inversion of Control Container
RegisterCallback Method (configurationCallback)
NamespacesAutofacContainerBuilderRegisterCallback(Action<(Of <(IComponentRegistry>)>))
Register a callback that will be invoked when the container is configured.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void RegisterCallback(
	Action<IComponentRegistry> configurationCallback
)
Public Overridable Sub RegisterCallback ( _
	configurationCallback As Action(Of IComponentRegistry) _
)
public:
virtual void RegisterCallback(
	Action<IComponentRegistry^>^ configurationCallback
)
Parameters
configurationCallback (Action<(Of <(IComponentRegistry>)>))
Callback to execute.
Remarks
This is primarily for extending the builder syntax.

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)