Show / Hide Table of Contents

    Interface IConnectionMetaData

    Provides information describing the NMS IConnection instance.

    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IConnectionMetaData

    Properties

    | Improve this Doc View Source

    NMSMajorVersion

    Declaration
    int NMSMajorVersion { get; }
    Property Value
    Type Description
    System.Int32

    Get the Major version number of the NMS API this Provider supports.

    | Improve this Doc View Source

    NMSMinorVersion

    Declaration
    int NMSMinorVersion { get; }
    Property Value
    Type Description
    System.Int32

    Get the Minor version number of the NMS API this Provider supports.

    | Improve this Doc View Source

    NMSProviderName

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

    Get the name of this NMS Provider.

    | Improve this Doc View Source

    NMSVersion

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

    Gets a formatted string detailing the NMS API version this Provider supports.

    | Improve this Doc View Source

    NMSXPropertyNames

    Declaration
    string[] NMSXPropertyNames { get; }
    Property Value
    Type Description
    System.String[]

    Gets a String array of all the NMSX property names this NMS Provider supports.

    | Improve this Doc View Source

    ProviderMajorVersion

    Declaration
    int ProviderMajorVersion { get; }
    Property Value
    Type Description
    System.Int32

    Gets the Providers Major version number.

    | Improve this Doc View Source

    ProviderMinorVersion

    Declaration
    int ProviderMinorVersion { get; }
    Property Value
    Type Description
    System.Int32

    Gets the Providers Minor version number.

    | Improve this Doc View Source

    ProviderVersion

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

    Gets a formatted string detailing the version of this NMS Provider.

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