Table of Contents

Class RemoveInfo

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

Constructors

RemoveInfo()

public RemoveInfo()

Fields

ID_REMOVEINFO

public const byte ID_REMOVEINFO = 12

Field Value

byte

Properties

IsRemoveInfo

public override bool IsRemoveInfo { get; }

Property Value

bool

LastDeliveredSequenceId

public long LastDeliveredSequenceId { get; set; }

Property Value

long

ObjectId

public DataStructure ObjectId { get; set; }

Property Value

DataStructure

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