Apache.NMS.ActiveMQ.PrefetchPolicy.SetAll C# (CSharp) Method

SetAll() public method

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