Class SqlServerInboxConfigExtensions
Inheritance
object
SqlServerInboxConfigExtensions
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 SqlServerInboxConfigExtensions
Methods
UseSqlServer<TDbContext>(InboxConfig)
Declaration
public static void UseSqlServer<TDbContext>(this InboxConfig outboxConfig) where TDbContext : IHasEventInbox
Parameters
| Type | Name | Description |
|---|---|---|
| InboxConfig | outboxConfig |
Type Parameters
| Name | Description |
|---|---|
| TDbContext |