Click or drag to resize

DeferredCallback Constructor

Initializes a new instance of the DeferredCallback class.

Namespace:  Autofac.Builder
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public DeferredCallback(
	Action<IComponentRegistryBuilder> callback
)

Parameters

callback
Type: SystemActionIComponentRegistryBuilder
An ActionT that executes a registration action against an IComponentRegistryBuilder.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if callback is .
See Also