Show / Hide Table of Contents

    Interface IDestination

    A base interface for destinations such as queues or topics

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IDestination : IDisposable

    Properties

    | Improve this Doc View Source

    DestinationType

    Declaration
    DestinationType DestinationType { get; }
    Property Value
    Type Description
    DestinationType
    | Improve this Doc View Source

    IsQueue

    Declaration
    bool IsQueue { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsTemporary

    Declaration
    bool IsTemporary { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsTopic

    Declaration
    bool IsTopic { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2022 Apache Software Foundation project
    Generated by DocFX