Class ProducerId
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class ProducerId : BaseDataStructure, DataStructure, ICloneable
- Inheritance
-
ProducerId
- Implements
-
- Inherited Members
-
Constructors
ProducerId()
ProducerId(SessionId, long)
public ProducerId(SessionId sessionId, long consumerId)
Parameters
sessionId
SessionId
consumerId
long
ProducerId(string)
public ProducerId(string producerKey)
Parameters
producerKey
string
Fields
ID_PRODUCERID
public const byte ID_PRODUCERID = 123
Field Value
- byte
Properties
ConnectionId
public string ConnectionId { get; set; }
Property Value
- string
ParentId
public SessionId ParentId { get; }
Property Value
- SessionId
SessionId
public long SessionId { get; set; }
Property Value
- long
Value
public long Value { get; set; }
Property Value
- long
Methods
Equals(ProducerId)
public virtual bool Equals(ProducerId that)
Parameters
that
ProducerId
Returns
- bool
Equals(object)
public override bool Equals(object that)
Parameters
that
object
Returns
- bool
GetDataStructureType()
public override byte GetDataStructureType()
Returns
- byte
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string