Table of Contents

TTenantProvisioner.DisableTenant Method

Sets the status of a tenant to Disabled, blocking its requests immediately.

Syntax

Unit: Aurelius.Tenancy.Provisioning

procedure TTenantProvisioner.DisableTenant(const TenantId: string);

Parameters

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

See also