AI.nRepo.nRepoConfiguration.WithEvent C# (CSharp) Method

WithEvent() public method

public WithEvent ( IRepositoryEvent @event ) : InRepoConfiguration
@event IRepositoryEvent
return InRepoConfiguration
        public InRepoConfiguration WithEvent(IRepositoryEvent @event)
        {
            RepositoryEventRegistry.Register(@event);
            return this;
        }