Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Transactions.EnlistmentTraceIdentifier Struct Reference

Public Member Functions

 EnlistmentTraceIdentifier (Guid resourceManagerIdentifier, TransactionTraceIdentifier transactionTraceId, int enlistmentIdentifier)
 
override int GetHashCode ()
 
override bool Equals ([NotNullWhen(true)] object obj)
 
bool Equals (EnlistmentTraceIdentifier other)
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (EnlistmentTraceIdentifier left, EnlistmentTraceIdentifier right)
 

Properties

static EnlistmentTraceIdentifier Empty [get]
 
int EnlistmentIdentifier [get]
 

Private Attributes

readonly Guid _resourceManagerIdentifier
 
readonly TransactionTraceIdentifier _transactionTraceIdentifier
 
readonly int _enlistmentIdentifier
 

Detailed Description

Definition at line 5 of file EnlistmentTraceIdentifier.cs.


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