Table of Contents

Method BeginLifetimeScope

Namespace
Autofac.Multitenant
Assembly
Autofac.Multitenant.dll

BeginLifetimeScope()

public ILifetimeScope BeginLifetimeScope()

Returns

ILifetimeScope

BeginLifetimeScope(object)

public ILifetimeScope BeginLifetimeScope(object tag)

Parameters

tag object

Returns

ILifetimeScope

BeginLifetimeScope(Action<ContainerBuilder>)

public ILifetimeScope BeginLifetimeScope(Action<ContainerBuilder> configurationAction)

Parameters

configurationAction Action<ContainerBuilder>

Returns

ILifetimeScope

BeginLifetimeScope(object, Action<ContainerBuilder>)

public ILifetimeScope BeginLifetimeScope(object tag, Action<ContainerBuilder> configurationAction)

Parameters

tag object
configurationAction Action<ContainerBuilder>

Returns

ILifetimeScope