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;
        }