Class PostgreSqlInboxConfigExtensions
Inheritance
object
PostgreSqlInboxConfigExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore.DistributedEvents
Assembly: Volo.Abp.EntityFrameworkCore.PostgreSql.dll
Syntax
public static class PostgreSqlInboxConfigExtensions
Methods
UseNpgsql<TDbContext>(InboxConfig)
Declaration
public static void UseNpgsql<TDbContext>(this InboxConfig outboxConfig) where TDbContext : IHasEventInbox
Parameters
| Type | Name | Description |
|---|---|---|
| InboxConfig | outboxConfig |
Type Parameters
| Name | Description |
|---|---|
| TDbContext |