Table of Contents

Method BeginLoadContextLifetimeScope

Namespace
Autofac.Multitenant
Assembly
Autofac.Multitenant.dll

BeginLoadContextLifetimeScope(AssemblyLoadContext, Action<ContainerBuilder>)

public ILifetimeScope BeginLoadContextLifetimeScope(AssemblyLoadContext loadContext, Action<ContainerBuilder> configurationAction)

Parameters

loadContext AssemblyLoadContext
configurationAction Action<ContainerBuilder>

Returns

ILifetimeScope

BeginLoadContextLifetimeScope(object, AssemblyLoadContext, Action<ContainerBuilder>)

public ILifetimeScope BeginLoadContextLifetimeScope(object tag, AssemblyLoadContext loadContext, Action<ContainerBuilder> configurationAction)

Parameters

tag object
loadContext AssemblyLoadContext
configurationAction Action<ContainerBuilder>

Returns

ILifetimeScope