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