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