Skip to content

Interface ITenantInvitationRegistry

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Collects tenant invitations contributed to the active governance runtime.

public interface ITenantInvitationRegistry

Adds a tenant-invitation descriptor to the registry.

void Add(TenantInvitationDescriptor invitation)

invitation TenantInvitationDescriptor

The invitation descriptor to contribute.