Interface IHasEventOutbox
Inherited Members
System.IDisposable.Dispose()
System.IAsyncDisposable.DisposeAsync()
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 |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><OutgoingEventRecord> |