Show / Hide Table of Contents

Class PostgreSqlOutboxConfigExtensions

Inheritance
object
PostgreSqlOutboxConfigExtensions
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 PostgreSqlOutboxConfigExtensions

Methods

UseNpgsql<TDbContext>(OutboxConfig)

Declaration
public static void UseNpgsql<TDbContext>(this OutboxConfig outboxConfig) where TDbContext : IHasEventOutbox
Parameters
Type Name Description
OutboxConfig outboxConfig
Type Parameters
Name Description
TDbContext
In This Article
Back to top Powered by Volosoft