Class DataArrayResponse
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class DataArrayResponse : Response, Command, DataStructure, ICloneable
Fields
| Improve this Doc View SourceID_DATAARRAYRESPONSE
Declaration
public const byte ID_DATAARRAYRESPONSE = 33
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceData
Declaration
public DataStructure[] Data { get; set; }
Property Value
Type | Description |
---|---|
DataStructure[] |
Methods
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
System.ICloneable