Table of Contents

TAureliusTenantCatalog.InvalidateTenant Method

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

Syntax

Unit: Aurelius.Comp.TenantCatalog

procedure TAureliusTenantCatalog.InvalidateTenant(const TenantId: string);

Parameters

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

See also