Skip to content

Interface IEntityFrameworkInboxContext

Namespace: Cephalon.Data.EntityFramework.Modeling
Assembly: Cephalon.Data.EntityFramework.dll

Declares the write-side Entity Framework Core surface required by the Cephalon inbox implementation.

public interface IEntityFrameworkInboxContext

Gets the processed-message rows tracked by the current write-side .

DbSet<EntityFrameworkInboxEntry> InboxMessages { get; }

DbSet<EntityFrameworkInboxEntry>