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 SourceNMSMajorVersion
Declaration
int NMSMajorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Get the Major version number of the NMS API this Provider supports. |
NMSMinorVersion
Declaration
int NMSMinorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Get the Minor version number of the NMS API this Provider supports. |
NMSProviderName
Declaration
string NMSProviderName { get; }
Property Value
Type | Description |
---|---|
System.String | Get the name of this NMS Provider. |
NMSVersion
Declaration
string NMSVersion { get; }
Property Value
Type | Description |
---|---|
System.String | Gets a formatted string detailing the NMS API version this Provider supports. |
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. |
ProviderMajorVersion
Declaration
int ProviderMajorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets the Providers Major version number. |
ProviderMinorVersion
Declaration
int ProviderMinorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets the Providers Minor version number. |
ProviderVersion
Declaration
string ProviderVersion { get; }
Property Value
Type | Description |
---|---|
System.String | Gets a formatted string detailing the version of this NMS Provider. |