|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 7 of file CorrelationManager.cs.