Table of Contents

TTenantProvisioner.SuspendTenant Method

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

Syntax

Unit: Aurelius.Tenancy.Provisioning

procedure TTenantProvisioner.SuspendTenant(const TenantId: string);

Parameters

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

See also