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 ITenantInvitationContributorMethods
Section titled “Methods”RegisterInvitations(ITenantInvitationRegistry)
Section titled “ RegisterInvitations(ITenantInvitationRegistry)”Registers one or more tenant invitations with the supplied registry.
void RegisterInvitations(ITenantInvitationRegistry invitations)Parameters
Section titled “Parameters”invitations ITenantInvitationRegistry
The registry that collects contributed invitations.