TTenantRoutingCache.InvalidateTenant Method
Drops the cached information of a tenant, so the next lookup re-reads the catalog.
Syntax
Unit: Aurelius.Tenancy.Cache
procedure TTenantRoutingCache.InvalidateTenant(const TenantId: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | TenantId | string | The id of the tenant to invalidate. |