Click or drag to resize

MultitenantContainerBeginLifetimeScope Method

Overload List
  NameDescription
Public methodBeginLifetimeScope
Begin a new nested scope for the current tenant. Component instances created via the new scope will be disposed along with it.
Public methodBeginLifetimeScope(Object)
Begin a new nested scope for the current tenant. Component instances created via the new scope will be disposed along with it.
Public methodBeginLifetimeScope(ActionContainerBuilder)
Begin a new nested scope for the current tenant, with additional components available to it. Component instances created via the new scope will be disposed along with it.
Public methodBeginLifetimeScope(Object, ActionContainerBuilder)
Begin a new nested scope for the current tenant, with additional components available to it. Component instances created via the new scope will be disposed along with it.
Top
See Also