Class JournalTopicAck
Inheritance
System.Object
JournalTopicAck
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class JournalTopicAck : BaseDataStructure, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ID_JOURNALTOPICACK
Declaration
public const byte ID_JOURNALTOPICACK = 50
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Destination
Declaration
public ActiveMQDestination Destination { get; set; }
Property Value
|
Improve this Doc
View Source
MessageId
Declaration
public MessageId MessageId { get; set; }
Property Value
|
Improve this Doc
View Source
MessageSequenceId
Declaration
public long MessageSequenceId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
SubscritionName
Declaration
public string SubscritionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TransactionId
Declaration
public TransactionId TransactionId { get; set; }
Property Value
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
System.Object.ToString()
Implements
System.ICloneable