Class ProducerId
  
  
  
  
    Inheritance
    System.Object
    
    ProducerId
   
  
    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 ProducerId : BaseDataStructure, DataStructure, ICloneable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ProducerId()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ProducerId(SessionId, Int64)
  
  
  Declaration
  
    public ProducerId(SessionId sessionId, long consumerId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | SessionId | sessionId |  | 
      
        | System.Int64 | consumerId |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ProducerId(String)
  
  
  Declaration
  
    public ProducerId(string producerKey)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | producerKey |  | 
    
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  ID_PRODUCERID
  
  
  Declaration
  
    public const byte ID_PRODUCERID = 123
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ConnectionId
  
  
  Declaration
  
    public string ConnectionId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ParentId
  
  
  Declaration
  
    public SessionId ParentId { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SessionId
  
  
  Declaration
  
    public long SessionId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Value
  
  
  Declaration
  
    public long Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(ProducerId)
  
  
  Declaration
  
    public virtual bool Equals(ProducerId 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