Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.ActivityCreationOptions< T > Struct Template Reference

Package Functions

 ActivityCreationOptions (ActivitySource source, string name, T parent, ActivityKind kind, IEnumerable< KeyValuePair< string, object > > tags, IEnumerable< ActivityLink > links, ActivityIdFormat idFormat)
 
ActivityTagsCollection GetSamplingTags ()
 
ActivityContext GetContext ()
 

Properties

ActivitySource Source [get]
 
string Name [get]
 
ActivityKind Kind [get]
 
T Parent [get]
 
IEnumerable< KeyValuePair< string, object?> >? Tags [get]
 
IEnumerable< ActivityLink >? Links [get]
 
ActivityTagsCollection SamplingTags [get]
 
ActivityTraceId TraceId [get]
 
ActivityIdFormat IdFormat [get]
 

Private Attributes

readonly ActivityTagsCollection _samplerTags
 
readonly ActivityContext _context
 

Detailed Description

Definition at line 6 of file ActivityCreationOptions.cs.


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