Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the importance level of a Concurrency Visualizer marker.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public enum Importance
public enum class Importance
type Importance
Public Enumeration 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
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top