Class TransactionId
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 TransactionId : BaseDataStructure, DataStructure, ICloneableFields
| Improve this Doc View SourceID_TRANSACTIONID
Declaration
public const byte ID_TRANSACTIONID = 0Field Value
| Type | Description | 
|---|---|
| System.Byte | 
Methods
| Improve this Doc View SourceEquals(TransactionId)
Declaration
public virtual bool Equals(TransactionId that)Parameters
| Type | Name | Description | 
|---|---|---|
| TransactionId | that | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Equals(Object)
Declaration
public override bool Equals(object that)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | that | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
System.Object.Equals(System.Object)
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetDataStructureType()
Declaration
public override byte GetDataStructureType()Returns
| Type | Description | 
|---|---|
| System.Byte | 
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
System.Object.GetHashCode()
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToString()
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()
  Implements
      System.ICloneable