| MultitenantContainerBeginLifetimeScope Method (ActionContainerBuilder) | 
 
            Begin a new nested scope for the current tenant, with additional
            components available to it. Component instances created via the new scope
            will be disposed along with it.
            
 
    Namespace: 
   Autofac.Multitenant
    Assembly:
   Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
 Syntax
Syntax Remarks
Remarks
            The components registered in the sub-scope will be treated as though they were
            registered in the root scope, i.e., SingleInstance() components will live as long
            as the root scope.
            
 See Also
See Also