Table of Contents

Class FlushCommand

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

Constructors

FlushCommand()

public FlushCommand()

Fields

ID_FLUSHCOMMAND

public const byte ID_FLUSHCOMMAND = 15

Field Value

byte

Properties

IsFlushCommand

public override bool IsFlushCommand { 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