ข้ามไปยังเนื้อหา

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 SendGridInvitationDeliveryAspNetCoreServiceCollectionExtensions

objectSendGridInvitationDeliveryAspNetCoreServiceCollectionExtensions

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

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)

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.

IServiceCollection

The same service collection for fluent registration.