IDependencyTrackingResolveOperationEnterNewDependencyDetectionBlock Method |
Enter a new dependency chain block where subsequent requests inside the operation are allowed to repeat
registrations from before the block.
Namespace:
Autofac.Core.Resolving
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax IDisposable EnterNewDependencyDetectionBlock()
Function EnterNewDependencyDetectionBlock As IDisposable
Return Value
Type:
IDisposableA disposable that should be disposed to exit the block.
See Also