Apache.NMS.ActiveMQ.PrefetchPolicy.SetAll C# (CSharp) Метод

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

public SetAll ( int value ) : void
value int
Результат void
        public void SetAll(int value)
        {
            this.queuePrefetch = value;
            this.queueBrowserPrefetch = value;
            this.topicPrefetch = value;
            this.durableTopicPrefetch = value;
        }