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;
        }