Class ProducerInfo
  
  
  
  
    Inheritance
    System.Object
    
    
    ProducerInfo
   
  
    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 ProducerInfo : BaseCommand, Command, DataStructure, ICloneable
   
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  ID_PRODUCERINFO
  
  
  Declaration
  
    public const byte ID_PRODUCERINFO = 6
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerPath
  
  
  Declaration
  
    public BrokerId[] BrokerPath { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Destination
  
  
  Declaration
  
    public ActiveMQDestination Destination { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DispatchAsync
  
  
  Declaration
  
    public bool DispatchAsync { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsProducerInfo
  
  
  Declaration
  
    public override bool IsProducerInfo { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ProducerId
  
  
  Declaration
  
    public ProducerId ProducerId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  WindowSize
  
  
  Declaration
  
    public int WindowSize { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetDataStructureType()
  
  
  Declaration
  
    public override byte GetDataStructureType()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Visit(ICommandVisitor)
  
  
  Declaration
  
    public override Response Visit(ICommandVisitor visitor)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements
  
  
  
      System.ICloneable