AI.nRepo.nRepoConfiguration.WithEvent C# (CSharp) Méthode

WithEvent() public méthode

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