Class BrokerId
Inheritance
System.Object
BrokerId
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class BrokerId : BaseDataStructure, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ID_BROKERID
Declaration
public const byte ID_BROKERID = 124
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(BrokerId)
Declaration
public virtual bool Equals(BrokerId that)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object that)
Parameters
Type |
Name |
Description |
System.Object |
that |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type |
Description |
System.Byte |
|
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
System.ICloneable