Click or drag to resize

AutofacMultitenantServiceCollectionExtensions Methods

The AutofacMultitenantServiceCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAutofacMultitenantRequestServices
Adds the multitenant Autofac request services middleware, which ensures request lifetimes spawn from the container rather than a pre-resolved tenant lifetime scope. This allows tenant identification to occur at the time of request scope generation.
Top
See Also