Show / Hide Table of Contents

Class MySQLOutboxConfigExtensions

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

Methods

UseMySQL<TDbContext>(OutboxConfig)

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