Share via


Importance Enumeration

Represents the importance level of a Concurrency Visualizer marker.

Namespace:  Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)

Syntax

'Declaration
Public Enumeration Importance
public enum Importance
public enum class Importance
type Importance
public enum Importance

Members

Member name Description
Undefined Specifies that the marker has undefined importance.
Critical Specifies that the marker has critical importance.
High Specifies that the marker has high importance.
Normal Specifies that the marker has normal importance.
Low Specifies that the marker has low importance.

See Also

Reference

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace