CacheTransactionManagerTransactionId Property |
Returns the transaction identifier for the current thread
Since 3.6.2
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TransactionId TransactionId { get; }
Public ReadOnly Property TransactionId As TransactionId
Get
public:
property TransactionId^ TransactionId {
TransactionId^ get ();
}
member TransactionId : TransactionId with get
Return Value
Type:
TransactionIdthe transaction identifier or null if no transaction exists
See Also