Apache.NMS.ActiveMQ.PrefetchPolicy.SetAll C# (CSharp) Méthode

SetAll() public méthode

public SetAll ( int value ) : void
value int
Résultat void
        public void SetAll(int value)
        {
            this.queuePrefetch = value;
            this.queueBrowserPrefetch = value;
            this.topicPrefetch = value;
            this.durableTopicPrefetch = value;
        }