Show / Hide Table of Contents

Class SqlServerOutboxConfigExtensions

Inheritance
object
SqlServerOutboxConfigExtensions
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.SqlServer.dll
Syntax
public static class SqlServerOutboxConfigExtensions

Methods

UseSqlServer<TDbContext>(OutboxConfig)

Declaration
public static void UseSqlServer<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