Show / Hide Table of Contents

Class MongoDbOutboxConfigExtensions

Inheritance
object
MongoDbOutboxConfigExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MongoDB.DistributedEvents
Assembly: Volo.Abp.MongoDB.dll
Syntax
public static class MongoDbOutboxConfigExtensions

Methods

UseMongoDbContext<TMongoDbContext>(OutboxConfig)

Declaration
public static void UseMongoDbContext<TMongoDbContext>(this OutboxConfig outboxConfig) where TMongoDbContext : IHasEventOutbox
Parameters
Type Name Description
OutboxConfig outboxConfig
Type Parameters
Name Description
TMongoDbContext
In this article
Back to top Powered by ABP.IO Platform