Table of Contents

Class ShutdownInfo

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

Constructors

ShutdownInfo()

public ShutdownInfo()

Fields

ID_SHUTDOWNINFO

public const byte ID_SHUTDOWNINFO = 11

Field Value

byte

Properties

IsShutdownInfo

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