Table of Contents

TAureliusTenantCatalog.OnProvisionTenant Event

Fired by AddTenant while provisioning a tenant (new or still pending).

Remarks

The event runs inside a Aurelius.Tenancy.Context.TTenantScope for the tenant, so tenant-routed pools and managers can be used directly to seed the tenant's initial data. If the handler raises an exception, the tenant stays pending and AddTenant can be called again to retry.

Syntax

Unit: Aurelius.Comp.TenantCatalog

property TAureliusTenantCatalog.OnProvisionTenant: TProvisionTenantEvent

See also