Class QueueBrowser
Inheritance
System.Object
    QueueBrowser
  Implements
Apache.NMS.IQueueBrowser
    System.Collections.IEnumerable
    System.IDisposable
    System.Collections.IEnumerator
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Apache.NMS.ActiveMQ
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class QueueBrowser : IQueueBrowser, IEnumerable, IDisposable, IEnumeratorProperties
| Improve this Doc View SourceCurrent
Declaration
public object Current { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | 
MessageSelector
Declaration
public string MessageSelector { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Queue
Declaration
public IQueue Queue { get; }Property Value
| Type | Description | 
|---|---|
| Apache.NMS.IQueue | 
Methods
| Improve this Doc View SourceClose()
Declaration
public void Close()Dispose()
Declaration
public void Dispose()Dispose(Boolean)
Declaration
protected void Dispose(bool disposing)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | 
Finalize()
Declaration
protected void Finalize()GetEnumerator()
Declaration
public IEnumerator GetEnumerator()Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerator | 
MoveNext()
Declaration
public bool MoveNext()Returns
| Type | Description | 
|---|---|
| System.Boolean | 
NotifyMessageAvailable()
Declaration
protected void NotifyMessageAvailable()Reset()
Declaration
public void Reset()ToString()
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()
  
    |
    Improve this Doc
  
  
    View Source
  
  
  WaitForMessage()
Declaration
protected void WaitForMessage()Implements
      Apache.NMS.IQueueBrowser
  
  
      System.Collections.IEnumerable
  
  
      System.IDisposable
  
  
      System.Collections.IEnumerator