| MultitenantContainerDisposer Property  | 
 
            Gets the disposer associated with the current tenant's 
ILifetimeScope.
            Component instances can be associated with it manually if required.
            
 
    Namespace: 
   Autofac.Multitenant
    Assembly:
   Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
 Syntax
Syntaxpublic IDisposer Disposer { get; }Public ReadOnly Property Disposer As IDisposer
	Get
Property Value
Type: 
IDisposer
            An 
IDisposer used in cleaning up component
            instances for the current tenant.
            
Implements
ILifetimeScopeDisposer Remarks
Remarks
            Typical usage does not require interaction with this member - it
            is used when extending the container.
            
 See Also
See Also