Helios.Reactor.Bootstrap.ServerBootstrap.Executor C# (CSharp) Метод

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

public Executor ( IExecutor executor ) : ServerBootstrap
executor IExecutor
Результат ServerBootstrap
        public ServerBootstrap Executor(IExecutor executor)
        {
            if (executor == null) throw new ArgumentNullException("executor");
            InternalExecutor = executor;
            return this;
        }