Skip to content

Class AmazonSesInvitationDeliveryServiceCollectionExtensions

Namespace: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.dll

Adds Amazon SES v2 invitation delivery services to a Cephalon host.

public static class AmazonSesInvitationDeliveryServiceCollectionExtensions

objectAmazonSesInvitationDeliveryServiceCollectionExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddCephalonAmazonSesInvitationDelivery(IServiceCollection, IConfiguration, Action<AmazonSesInvitationDeliveryOptions>?)

Section titled “ AddCephalonAmazonSesInvitationDelivery(IServiceCollection, IConfiguration, Action<AmazonSesInvitationDeliveryOptions>?)”

Adds Amazon SES invitation delivery using configuration as the primary source of SES settings.

public static IServiceCollection AddCephalonAmazonSesInvitationDelivery(this IServiceCollection services, IConfiguration configuration, Action<AmazonSesInvitationDeliveryOptions>? configure = null)

services IServiceCollection

The target service collection.

configuration IConfiguration

The application configuration root.

configure Action<AmazonSesInvitationDeliveryOptions>?

An optional callback that can extend or override the configuration-driven setup.

IServiceCollection

The same service collection for further registration.

AddCephalonAmazonSesInvitationDelivery(IServiceCollection, Action<AmazonSesInvitationDeliveryOptions>?)

Section titled “ AddCephalonAmazonSesInvitationDelivery(IServiceCollection, Action<AmazonSesInvitationDeliveryOptions>?)”

Adds Amazon SES invitation delivery using code-first configuration.

public static IServiceCollection AddCephalonAmazonSesInvitationDelivery(this IServiceCollection services, Action<AmazonSesInvitationDeliveryOptions>? configure = null)

services IServiceCollection

The target service collection.

configure Action<AmazonSesInvitationDeliveryOptions>?

An optional callback that configures the Amazon SES invitation delivery sender.

IServiceCollection

The same service collection for further registration.