Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
The Microsoft.ConcurrencyVisualizer.Instrumentation namespace contains classes that let you customize the Concurrency Visualizer markers generated by your code.
Classes
Class | Description | |
---|---|---|
Markers | Provides a set of methods to output marker data to the Concurrency Visualizer trace file. |
|
MarkerSeries | Represents a serial channel of events generated by a single provider. |
|
MarkerWriter | Represents a writer used to write markers for a specified provider to the Concurrency Visualizer trace file. |
|
Span | Defines a phase of the application. |
Enumerations
Enumeration | Description | |
---|---|---|
Importance | Represents the importance level of a Concurrency Visualizer marker. |
Return to top