Click or drag to resize

RegistrationDataDeferredCallback Property

Gets or sets the callback used to register this component.

Namespace:  Autofac.Builder
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public DeferredCallback DeferredCallback { get; set; }

Property Value

Type: DeferredCallback
A DeferredCallback that contains the delegate used to register this component with an IComponentRegistry.
See Also