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

Static Public Member Functions

static ContextData CreateOrGetCurrentData (ContextKey contextKey)
 
static void ClearCurrentData (ContextKey contextKey, bool removeContextData)
 
static bool TryGetCurrentData ([NotNullWhen(true)] out ContextData currentData)
 

Static Private Attributes

static readonly AsyncLocal< ContextKeys_currentTransaction = new AsyncLocal<ContextKey>()
 
static readonly ConditionalWeakTable< ContextKey, ContextDatas_contextDataTable = new ConditionalWeakTable<ContextKey, ContextData>()
 

Detailed Description

Definition at line 7 of file CallContextCurrentData.cs.


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