This class encapsulates Id of a transaction.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::TransactionId>] GemStone.GemFire.Cache.GenericTransactionId
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic sealed class TransactionId : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::TransactionId>]
Public NotInheritable Class TransactionId
Inherits [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::TransactionId>]
public ref class TransactionId sealed : public [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::TransactionId>]
[<SealedAttribute>]
type TransactionId =
class
inherit [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::TransactionId>]
end
The TransactionId type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also