Helios.Reactor.Bootstrap.ServerBootstrap.SetAllocator C# (CSharp) Méthode

SetAllocator() public méthode

public SetAllocator ( IByteBufAllocator allocator ) : ServerBootstrap
allocator IByteBufAllocator
Résultat ServerBootstrap
        public new ServerBootstrap SetAllocator(IByteBufAllocator allocator)
        {
            base.SetAllocator(allocator);
            return this;
        }