Class Response
Inheritance
System.Object
    
    
    Response
      
      
      
      
      
  Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      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 Response : BaseCommand, Command, DataStructure, ICloneableFields
| Improve this Doc View SourceID_RESPONSE
Declaration
public const byte ID_RESPONSE = 30Field Value
| Type | Description | 
|---|---|
| System.Byte | 
Properties
| Improve this Doc View SourceCorrelationId
Declaration
public int CorrelationId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
IsResponse
Declaration
public override bool IsResponse { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
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
| Improve this Doc View SourceVisit(ICommandVisitor)
Declaration
public override Response Visit(ICommandVisitor visitor)Parameters
| Type | Name | Description | 
|---|---|---|
| ICommandVisitor | visitor | 
Returns
| Type | Description | 
|---|---|
| Response | 
Overrides
Implements
      System.ICloneable