Class ShutdownInfo
Inheritance
System.Object
ShutdownInfo
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 ShutdownInfo : BaseCommand, Command, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ID_SHUTDOWNINFO
Declaration
public const byte ID_SHUTDOWNINFO = 11
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
IsShutdownInfo
Declaration
public override bool IsShutdownInfo { 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