Show / Hide Table of Contents

    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, IEnumerator

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public object Current { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    MessageSelector

    Declaration
    public string MessageSelector { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Queue

    Declaration
    public IQueue Queue { get; }
    Property Value
    Type Description
    Apache.NMS.IQueue

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    | Improve this Doc View Source

    Finalize()

    Declaration
    protected void Finalize()
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator
    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NotifyMessageAvailable()

    Declaration
    protected void NotifyMessageAvailable()
    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX