Apache.NMS.ActiveMQ.QueueBrowser.BrowsingMessageConsumer.BrowsingMessageConsumer C# (CSharp) Method

BrowsingMessageConsumer() public method

public BrowsingMessageConsumer ( QueueBrowser parent, Session session, ConsumerId id, ActiveMQDestination destination, String name, String selector, int prefetch, int maxPendingMessageCount, bool noLocal, bool browser, bool dispatchAsync ) : System
parent QueueBrowser
session Session
id Apache.NMS.ActiveMQ.Commands.ConsumerId
destination Apache.NMS.ActiveMQ.Commands.ActiveMQDestination
name String
selector String
prefetch int
maxPendingMessageCount int
noLocal bool
browser bool
dispatchAsync bool
return System
            public BrowsingMessageConsumer(QueueBrowser parent, Session session, ConsumerId id, ActiveMQDestination destination,
										   String name, String selector, int prefetch, int maxPendingMessageCount,
										   bool noLocal, bool browser, bool dispatchAsync)
                : base(session, id, destination, name, selector, prefetch, maxPendingMessageCount, noLocal, browser, dispatchAsync)
            {
                this.parent = parent;
            }
QueueBrowser.BrowsingMessageConsumer