Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Transactions.Distributed.DistributedTransaction Class Reference

Classes

class  RealDistributedTransaction
 

Public Member Functions

object GetRealObject (StreamingContext context)
 

Protected Member Functions

 DistributedTransaction (SerializationInfo serializationInfo, StreamingContext context)
 

Package Functions

void Dispose ()
 
IPromotedEnlistment EnlistVolatile (InternalEnlistment internalEnlistment, EnlistmentOptions enlistmentOptions)
 
IPromotedEnlistment EnlistDurable (Guid resourceManagerIdentifier, DurableInternalEnlistment internalEnlistment, bool v, EnlistmentOptions enlistmentOptions)
 
void Rollback ()
 
DistributedDependentTransaction DependentClone (bool v)
 
IPromotedEnlistment EnlistVolatile (VolatileDemultiplexer volatileDemux, EnlistmentOptions enlistmentOptions)
 
byte[] GetExportCookie (byte[] whereaboutsCopy)
 
byte[] GetTransmitterPropagationToken ()
 
IDtcTransaction GetDtcTransaction ()
 

Static Package Functions

static Exception NotSupported ()
 

Properties

Exception InnerException [get]
 
Guid Identifier [get]
 
RealDistributedTransaction RealTransaction [get]
 
TransactionTraceIdentifier TransactionTraceId [get]
 
IsolationLevel IsolationLevel [get]
 
Transaction SavedLtmPromotedTransaction [set]
 

Private Member Functions

void ISerializable. GetObjectData (SerializationInfo serializationInfo, StreamingContext context)
 

Private Attributes

Transaction _003CSavedLtmPromotedTransaction_003Ek__BackingField
 

Detailed Description

Definition at line 6 of file DistributedTransaction.cs.


The documentation for this class was generated from the following file: