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 AmazonSesInvitationDeliveryServiceCollectionExtensionsInheritance
Section titled “Inheritance”object ← AmazonSesInvitationDeliveryServiceCollectionExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”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)Parameters
Section titled “Parameters”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.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”services IServiceCollection
The target service collection.
configure Action<AmazonSesInvitationDeliveryOptions>?
An optional callback that configures the Amazon SES invitation delivery sender.
Returns
Section titled “Returns”The same service collection for further registration.