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

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

public SetAllocator ( IByteBufAllocator allocator ) : ServerBootstrap
allocator IByteBufAllocator
Результат ServerBootstrap
        public new ServerBootstrap SetAllocator(IByteBufAllocator allocator)
        {
            base.SetAllocator(allocator);
            return this;
        }