Class SendGridInvitationDeliveryAspNetCoreServiceCollectionExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.SendGridDelivery.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.SendGridDelivery.AspNetCore.dll
Registers ASP.NET Core SendGrid Event Webhook translation services for tenant-invitation delivery status callbacks.
public static class SendGridInvitationDeliveryAspNetCoreServiceCollectionExtensionsInheritance
Section titled “Inheritance”object ← SendGridInvitationDeliveryAspNetCoreServiceCollectionExtensions
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”AddCephalonSendGridInvitationDeliveryAspNetCore(IServiceCollection, IConfiguration?, Action<SendGridInvitationDeliveryAspNetCoreOptions>?)
Section titled “ AddCephalonSendGridInvitationDeliveryAspNetCore(IServiceCollection, IConfiguration?, Action<SendGridInvitationDeliveryAspNetCoreOptions>?)”Adds SendGrid Event Webhook callback translation services using configuration as the primary setup source.
public static IServiceCollection AddCephalonSendGridInvitationDeliveryAspNetCore(this IServiceCollection services, IConfiguration? configuration = null, Action<SendGridInvitationDeliveryAspNetCoreOptions>? configure = null)Parameters
Section titled “Parameters”services IServiceCollection
The service collection to extend.
configuration IConfiguration?
The optional configuration root.
configure Action<SendGridInvitationDeliveryAspNetCoreOptions>?
An optional callback that can extend or override configuration-driven options.
Returns
Section titled “Returns”The same service collection for fluent registration.