ScanningActivatorDataPostScanningCallbacks Property |
Gets the actions to be called once the scanning operation is complete.
Namespace:
Autofac.Features.Scanning
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public ICollection<Action<IComponentRegistryBuilder>> PostScanningCallbacks { get; }
Public ReadOnly Property PostScanningCallbacks As ICollection(Of Action(Of IComponentRegistryBuilder))
Get
Property Value
Type:
ICollectionActionIComponentRegistryBuilder[Missing <value> documentation for "P:Autofac.Features.Scanning.ScanningActivatorData.PostScanningCallbacks"]
See Also