Table of Contents

Interface ITenantContextAccessor

Namespace
Compendium.Multitenancy
Assembly
Compendium.Multitenancy.dll

Provides access to the current tenant context in a thread-safe manner. This is the primary interface for reading tenant information from any layer.

public interface ITenantContextAccessor

Properties

TenantContext

Gets the current tenant context.

ITenantContext TenantContext { get; }

Property Value

ITenantContext