AI.nRepo.nRepoConfiguration.WithEvent C# (CSharp) Метод

WithEvent() публичный Метод

public WithEvent ( IRepositoryEvent @event ) : InRepoConfiguration
@event IRepositoryEvent
Результат InRepoConfiguration
        public InRepoConfiguration WithEvent(IRepositoryEvent @event)
        {
            RepositoryEventRegistry.Register(@event);
            return this;
        }