Skip to content

Interface ITenantInvitationContributor

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

Allows a module to contribute tenant invitations into the active governance runtime.

public interface ITenantInvitationContributor

RegisterInvitations(ITenantInvitationRegistry)

Section titled “ RegisterInvitations(ITenantInvitationRegistry)”

Registers one or more tenant invitations with the supplied registry.

void RegisterInvitations(ITenantInvitationRegistry invitations)

invitations ITenantInvitationRegistry

The registry that collects contributed invitations.