IEventSource¶ interface IEventSource¶ IDictionary<string, IEvent> IEventSource.Events { get; } void IEventSource.Force(global::System.Collections.IEnumerable<IEvent> events, ForceType forceType=ForceType.AutoReset) ISubscription IEventSource.SubscribeEvents(global::System.Collections.IEnumerable<IEvent> events, EventOccurredHandler handler)