Table of Contents

TTenantPoolProvider.InvalidateTenant Method

Drops the cached routing information of a tenant, so the next request re-reads the catalog.

Syntax

Unit: Aurelius.Tenancy.Provider

procedure TTenantPoolProvider.InvalidateTenant(const TenantId: string);

Parameters

<-> Parameter Type Description
const TenantId string The id of the tenant to invalidate.

See also