Class AmazonSesInvitationDeliveryAspNetCoreServiceCollectionExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.AspNetCore.dll
Registers ASP.NET Core Amazon SES over SNS callback translation services for tenant-invitation delivery status callbacks.
public static class AmazonSesInvitationDeliveryAspNetCoreServiceCollectionExtensionsInheritance
Section titled “Inheritance”object ← AmazonSesInvitationDeliveryAspNetCoreServiceCollectionExtensions
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()
Fields
Section titled “Fields”HttpClientName
Section titled “ HttpClientName”Gets the named HTTP client used by the default Amazon SNS subscription-confirmation client.
public const string HttpClientName = "Cephalon.MultiTenancy.Governance.AmazonSesDelivery.AspNetCore"Field Value
Section titled “Field Value”Methods
Section titled “Methods”AddCephalonAmazonSesInvitationDeliveryAspNetCore(IServiceCollection, IConfiguration?, Action<AmazonSesInvitationDeliveryAspNetCoreOptions>?)
Section titled “ AddCephalonAmazonSesInvitationDeliveryAspNetCore(IServiceCollection, IConfiguration?, Action<AmazonSesInvitationDeliveryAspNetCoreOptions>?)”Adds Amazon SES over SNS callback translation services using configuration as the primary setup source.
public static IServiceCollection AddCephalonAmazonSesInvitationDeliveryAspNetCore(this IServiceCollection services, IConfiguration? configuration = null, Action<AmazonSesInvitationDeliveryAspNetCoreOptions>? configure = null)Parameters
Section titled “Parameters”services IServiceCollection
The service collection to extend.
configuration IConfiguration?
The optional configuration root.
configure Action<AmazonSesInvitationDeliveryAspNetCoreOptions>?
An optional callback that can extend or override configuration-driven options.
Returns
Section titled “Returns”The same service collection for fluent registration.