Class BrokerInfo
  
  
  
  
    Inheritance
    System.Object
    
    
    BrokerInfo
   
  
    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 BrokerInfo : BaseCommand, Command, DataStructure, ICloneable
   
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  ID_BROKERINFO
  
  
  Declaration
  
    public const byte ID_BROKERINFO = 2
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerId
  
  
  Declaration
  
    public BrokerId BrokerId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerName
  
  
  Declaration
  
    public string BrokerName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerUploadUrl
  
  
  Declaration
  
    public string BrokerUploadUrl { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerURL
  
  
  Declaration
  
    public string BrokerURL { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ConnectionId
  
  
  Declaration
  
    public long ConnectionId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DuplexConnection
  
  
  Declaration
  
    public bool DuplexConnection { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FaultTolerantConfiguration
  
  
  Declaration
  
    public bool FaultTolerantConfiguration { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsBrokerInfo
  
  
  Declaration
  
    public override bool IsBrokerInfo { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MasterBroker
  
  
  Declaration
  
    public bool MasterBroker { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NetworkConnection
  
  
  Declaration
  
    public bool NetworkConnection { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NetworkProperties
  
  
  Declaration
  
    public string NetworkProperties { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PeerBrokerInfos
  
  
  Declaration
  
    public BrokerInfo[] PeerBrokerInfos { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SlaveBroker
  
  
  Declaration
  
    public bool SlaveBroker { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  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