Class DestinationInfo
Inheritance
System.Object
DestinationInfo
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 DestinationInfo : BaseCommand, Command, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ADD_OPERATION_TYPE
Declaration
public const byte ADD_OPERATION_TYPE = 0
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ID_DESTINATIONINFO
Declaration
public const byte ID_DESTINATIONINFO = 8
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
REMOVE_OPERATION_TYPE
Declaration
public const byte REMOVE_OPERATION_TYPE = 1
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
ConnectionId
Declaration
public ConnectionId ConnectionId { get; set; }
Property Value
|
Improve this Doc
View Source
Destination
Declaration
public ActiveMQDestination Destination { get; set; }
Property Value
|
Improve this Doc
View Source
IsAddOperation
Declaration
public bool IsAddOperation { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDestinationInfo
Declaration
public override bool IsDestinationInfo { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsRemoveOperation
Declaration
public bool IsRemoveOperation { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OperationType
Declaration
public byte OperationType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Timeout
Declaration
public long Timeout { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
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