Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Tracing.ActivityTracker Class Referencesealed

Classes

class  ActivityInfo
 

Public Member Functions

void OnStart (string providerName, string activityName, int task, ref Guid activityId, ref Guid relatedActivityId, EventActivityOptions options, bool useTplSource=true)
 
void OnStop (string providerName, string activityName, int task, ref Guid activityId, bool useTplSource=true)
 
void Enable ()
 

Properties

static ActivityTracker Instance [get]
 

Private Member Functions

void ActivityChanging (AsyncLocalValueChangedArgs< ActivityInfo > args)
 

Static Private Member Functions

static ActivityInfo FindActiveActivity (string name, ActivityInfo startLocation)
 
static string NormalizeActivityName (string providerName, string activityName, int task)
 

Private Attributes

AsyncLocal< ActivityInfom_current
 
bool m_checkedForEnable
 

Static Private Attributes

static readonly ActivityTracker s_activityTrackerInstance = new ActivityTracker()
 
static long m_nextId
 

Detailed Description

Definition at line 6 of file ActivityTracker.cs.


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