Click or drag to resize

MultitenantContainerComponentRegistry Property

Gets the current tenant's registry that associates services with the components that provide them.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public IComponentRegistry ComponentRegistry { get; }

Property Value

Type: IComponentRegistry
An IComponentRegistry based on the current tenant context.

Implements

IComponentContextComponentRegistry
See Also