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; }
Public Property DeferredCallback As DeferredCallback
Get
Set
Property Value
Type:
DeferredCallback
A
DeferredCallback that contains the delegate
used to register this component with an
IComponentRegistry.
See Also