Interface IHasEventOutbox
Inherited Members
Namespace: Volo.Abp.EntityFrameworkCore.DistributedEvents
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public interface IHasEventOutbox : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
OutgoingEvents
Declaration
DbSet<OutgoingEventRecord> OutgoingEvents { get; set; }
Property Value
Type | Description |
---|---|
DbSet<OutgoingEventRecord> |