Table of Contents

Class KeepAliveInfo

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

Constructors

KeepAliveInfo()

public KeepAliveInfo()

Fields

ID_KEEPALIVEINFO

public const byte ID_KEEPALIVEINFO = 10

Field Value

byte

Properties

IsKeepAliveInfo

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