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 : IConnectionMetaDataConstructors
| Improve this Doc View SourceConnectionMetaData()
Declaration
public ConnectionMetaData()Properties
| Improve this Doc View SourceNMSMajorVersion
Declaration
public int NMSMajorVersion { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
NMSMinorVersion
Declaration
public int NMSMinorVersion { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
NMSProviderName
Declaration
public string NMSProviderName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
NMSVersion
Declaration
public string NMSVersion { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
NMSXPropertyNames
Declaration
public string[] NMSXPropertyNames { get; }Property Value
| Type | Description | 
|---|---|
| System.String[] | 
ProviderMajorVersion
Declaration
public int ProviderMajorVersion { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ProviderMinorVersion
Declaration
public int ProviderMinorVersion { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ProviderVersion
Declaration
public string ProviderVersion { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Implements
      Apache.NMS.IConnectionMetaData