Show / Hide Table of Contents

    Class ConnectionMetaData

    Implements the Connection Meta-Data feature for Apache.NMS.ActiveMQ

    Inheritance
    System.Object
    ConnectionMetaData
    Implements
    Apache.NMS.IConnectionMetaData
    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)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class ConnectionMetaData : IConnectionMetaData

    Constructors

    | Improve this Doc View Source

    ConnectionMetaData()

    Declaration
    public ConnectionMetaData()

    Properties

    | Improve this Doc View Source

    NMSMajorVersion

    Declaration
    public int NMSMajorVersion { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NMSMinorVersion

    Declaration
    public int NMSMinorVersion { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NMSProviderName

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

    NMSVersion

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

    NMSXPropertyNames

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

    ProviderMajorVersion

    Declaration
    public int ProviderMajorVersion { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ProviderMinorVersion

    Declaration
    public int ProviderMinorVersion { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ProviderVersion

    Declaration
    public string ProviderVersion { get; }
    Property Value
    Type Description
    System.String

    Implements

    Apache.NMS.IConnectionMetaData
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX