Class KeepAliveInfo
Inheritance
System.Object
KeepAliveInfo
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class KeepAliveInfo : BaseCommand, Command, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ID_KEEPALIVEINFO
Declaration
public const byte ID_KEEPALIVEINFO = 10
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
IsKeepAliveInfo
Declaration
public override bool IsKeepAliveInfo { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
GetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type |
Description |
System.Byte |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Visit(ICommandVisitor)
Declaration
public override Response Visit(ICommandVisitor visitor)
Parameters
Returns
Overrides
Implements
System.ICloneable