Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.CorrelationManager Class Reference

Classes

class  AsyncLocalStackWrapper
 
class  StackNode
 

Public Member Functions

void StartLogicalOperation ()
 
void StopLogicalOperation ()
 
void StartLogicalOperation (object operationId)
 

Package Functions

 CorrelationManager ()
 

Properties

Stack LogicalOperationStack [get]
 
Guid ActivityId [get, set]
 

Private Attributes

readonly AsyncLocal< Guid_activityId = new AsyncLocal<Guid>()
 
readonly AsyncLocal< StackNode_stack = new AsyncLocal<StackNode>()
 
readonly Stack _stackWrapper
 

Detailed Description

Definition at line 7 of file CorrelationManager.cs.


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