Importance Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Critical Specifies that the marker has critical importance.
High Specifies that the marker has high importance.
Low Specifies that the marker has low importance.
Normal Specifies that the marker has normal importance.
Undefined Specifies that the marker has undefined importance.

See Also

Reference

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace