Markers Methods

Include Protected Members
Include Inherited Members

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

The Markers type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateMarkerSeries Creates and returns a marker series object.
Public methodStatic member EnterSpan(String) Marks the beginning of a new span.
Public methodStatic member EnterSpan(Int32, String) Marks the beginning of a new span.
Public methodStatic member EnterSpan(String, array<Object[]) Marks the beginning of a new span.
Public methodStatic member EnterSpan(Importance, String) Marks the beginning of a new span.
Public methodStatic member EnterSpan(Int32, String, array<Object[]) Marks the beginning of a new span.
Public methodStatic member EnterSpan(Importance, Int32, String) Marks the beginning of a new span.
Public methodStatic member EnterSpan(Importance, String, array<Object[]) Marks the beginning of a new span.
Public methodStatic member EnterSpan(Importance, Int32, String, array<Object[]) Marks the beginning of a new span.
Public methodStatic member IsEnabled() Determines whether any session has enabled the markers ETW provider.
Public methodStatic member IsEnabled(Int32) Determines whether any session has enabled the markers ETW provider with the specified category.
Public methodStatic member IsEnabled(Importance) Determines whether any session has enabled the markers ETW provider with the specified importance level.
Public methodStatic member IsEnabled(Importance, Int32) Determines whether any session has enabled the markers ETW provider with the specified importance level and category.
Public methodStatic member WriteAlert(String) Writes an alert to the Concurrency Visualizer trace file with the specified string.
Public methodStatic member WriteAlert(String, array<Object[]) Writes an alert to the Concurrency Visualizer trace file according to the specified format string and arguments.
Public methodStatic member WriteFlag(String) Writes a flag to the Concurrency Visualizer trace file with the specified text.
Public methodStatic member WriteFlag(Int32, String) Writes a flag to the Concurrency Visualizer trace file with the specified important level and text. The text is specified by the format and args parameters.
Public methodStatic member WriteFlag(String, array<Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified text. The text is specified by the format and args parameters.
Public methodStatic member WriteFlag(Importance, String) Writes a flag to the Concurrency Visualizer trace file with the specified importance level and text.
Public methodStatic member WriteFlag(Int32, String, array<Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified category and text. The text is specified by the format and args parameters.
Public methodStatic member WriteFlag(Importance, Int32, String) Writes a flag to the Concurrency Visualizer trace file with the specified importance level, category, and text.
Public methodStatic member WriteFlag(Importance, String, array<Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified importance level and text. The text is specified by the format and args parameters.
Public methodStatic member WriteFlag(Importance, Int32, String, array<Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified importance level, category, and text. The text is specified by the format and args parameters.
Public methodStatic member WriteMessage(String) Writes a message to the Concurrency Visualizer trace file with the specified text.
Public methodStatic member WriteMessage(Int32, String) Writes a message to the Concurrency Visualizer trace file with the specified important level and text. The text is specified by the format and args parameters.
Public methodStatic member WriteMessage(String, array<Object[]) Writes a message to the Concurrency Visualizer trace file with the specified text. The text is specified by the format and args parameters.
Public methodStatic member WriteMessage(Importance, String) Writes a message to the Concurrency Visualizer trace file with the specified importance level and text.
Public methodStatic member WriteMessage(Int32, String, array<Object[]) Writes a message to the Concurrency Visualizer trace file with the specified category and text. The text is specified by the format and args parameters.
Public methodStatic member WriteMessage(Importance, Int32, String) Writes a message to the Concurrency Visualizer trace file with the specified importance level, category, and text.
Public methodStatic member WriteMessage(Importance, String, array<Object[]) Writes a message to the Concurrency Visualizer trace file with the specified importance level and text. The text is specified by the format and args parameters.
Public methodStatic member WriteMessage(Importance, Int32, String, array<Object[]) Writes a message to the Concurrency Visualizer trace file with the specified importance level, category, and text. The text is specified by the format and args parameters.

Top

See Also

Reference

Markers Class

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace