CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ EventWaits

IDictionary<Guid, IList<IEvent<TAuthenticationToken> > > Cqrs.Bus.InProcessBus< TAuthenticationToken >.EventWaits
getprotected

Gets or sets the current list of events waiting to be evaluated for PublishAndWait<TCommand,TEvent>(TCommand,Cqrs.Events.IEventReceiver<TAuthenticationToken>)