Class NetworkBridgeFilter
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class NetworkBridgeFilter : BaseDataStructure, DataStructure, ICloneable, BooleanExpressionFields
| Improve this Doc View SourceID_NETWORKBRIDGEFILTER
Declaration
public const byte ID_NETWORKBRIDGEFILTER = 91Field Value
| Type | Description | 
|---|---|
| System.Byte | 
Properties
| Improve this Doc View SourceConsumerTTL
Declaration
public int ConsumerTTL { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MessageTTL
Declaration
public int MessageTTL { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
NetworkBrokerId
Declaration
public BrokerId NetworkBrokerId { get; set; }Property Value
| Type | Description | 
|---|---|
| BrokerId | 
Methods
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()Returns
| Type | Description | 
|---|---|
| System.Byte | 
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()
  Implements
      System.ICloneable