Table of Contents

ITenantScope Interface

Handle of an ambient tenant scope created by TTenantScope.Use.

Remarks

Releasing the interface (letting it go out of scope or setting it to nil) restores the tenant that was active before the scope was created. Release it on the same thread that created it.

Syntax

Unit: Aurelius.Tenancy.Context

ITenantScope = interface(IInterface);