Click or drag to resize

ITenantIdentificationStrategy Interface

Defines a provider that determines the current tenant ID from execution context.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public interface ITenantIdentificationStrategy

The ITenantIdentificationStrategy type exposes the following members.

Methods
  NameDescription
Public methodTryIdentifyTenant
Attempts to identify the tenant from the current execution context.
Top
Extension Methods
See Also