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
System_CAPS_pubclass Markers

Provides a set of methods to output marker data to the Concurrency Visualizer trace file.

System_CAPS_pubclass MarkerSeries

Represents a serial channel of events generated by a single provider.

System_CAPS_pubclass MarkerWriter

Represents a writer used to write markers for a specified provider to the Concurrency Visualizer trace file.

System_CAPS_pubclass Span

Defines a phase of the application.

Enumerations

Enumeration Description
System_CAPS_pubenum Importance

Represents the importance level of a Concurrency Visualizer marker.

Return to top