Table of Contents

Class Response

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class Response : BaseCommand, Command, DataStructure, ICloneable
Inheritance
Response
Implements
Derived
Inherited Members

Constructors

Response()

public Response()

Fields

ID_RESPONSE

public const byte ID_RESPONSE = 30

Field Value

byte

Properties

CorrelationId

public int CorrelationId { get; set; }

Property Value

int

IsResponse

public override bool IsResponse { get; }

Property Value

bool

Methods

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response