MarkerSeries Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerSeries

Syntax

public class MarkerSeries
public ref class MarkerSeries 
type MarkerSeries = class end
Public Class MarkerSeries

Properties

Name Description
System_CAPS_pubproperty Writer

Returns the MarkerWriter (provider) for this marker series.

Methods

Name Description
System_CAPS_pubmethod EnterSpan(Importance, Int32, String)

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(Importance, Int32, String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(Importance, String)

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(Importance, String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(Int32, String)

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(Int32, String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(String)

Marks the beginning of a new span.

System_CAPS_pubmethod EnterSpan(String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsEnabled()

Determines whether any session has enabled the markers ETW provider.

System_CAPS_pubmethod IsEnabled(Importance)

Determines whether any session has enabled the markers ETW provider with the specified importance level.

System_CAPS_pubmethod IsEnabled(Importance, Int32)

Determines whether any session has enabled the markers ETW provider with the specified importance level and category.

System_CAPS_pubmethod IsEnabled(Int32)

Determines whether any session has enabled the markers ETW provider with the specified category.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteAlert(String)

Writes an alert to the Concurrency Visualizer trace file with the specified string.

System_CAPS_pubmethod WriteAlert(String, Object[])

Writes an alert to the Concurrency Visualizer trace file according to the specified format string and arguments.

System_CAPS_pubmethod WriteFlag(Importance, Int32, String)

Writes a flag to the Concurrency Visualizer trace file with the specified importance level, category, and text.

System_CAPS_pubmethod WriteFlag(Importance, Int32, String, 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.

System_CAPS_pubmethod WriteFlag(Importance, String)

Writes a flag to the Concurrency Visualizer trace file with the specified importance level and text.

System_CAPS_pubmethod WriteFlag(Importance, String, 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod WriteFlag(Int32, String, 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.

System_CAPS_pubmethod WriteFlag(String)

Writes a flag to the Concurrency Visualizer trace file with the specified text.

System_CAPS_pubmethod WriteFlag(String, Object[])

Writes a flag to the Concurrency Visualizer trace file with the specified text. The text is specified by the format and args parameters.

System_CAPS_pubmethod WriteMessage(Importance, Int32, String)

Writes a message to the Concurrency Visualizer trace file with the specified importance level, category, and text.

System_CAPS_pubmethod WriteMessage(Importance, Int32, String, 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.

System_CAPS_pubmethod WriteMessage(Importance, String)

Writes a message to the Concurrency Visualizer trace file with the specified importance level and text.

System_CAPS_pubmethod WriteMessage(Importance, String, 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod WriteMessage(Int32, String, 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.

System_CAPS_pubmethod WriteMessage(String)

Writes a message to the Concurrency Visualizer trace file with the specified text.

System_CAPS_pubmethod WriteMessage(String, Object[])

Writes a message to the Concurrency Visualizer trace file with the specified text. The text is specified by the format and args parameters.

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static CategoryAlert

Specifies the category of the marker series.

System_CAPS_pubfieldSystem_CAPS_static DefaultSeriesName

Specifies the default name of the marker series.

System_CAPS_pubfield SeriesName

Specifies the name of the marker series.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace

Return to top