marker_series class

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

Syntax

class marker_series;

Members

Public constructors

Name Description
marker_series::marker_series constructor Initializes a new instance of the marker_series class.
marker_series::~marker_series destructor Destroys marker_series object and releases all allocated resources.

Public methods

Name Description
marker_series::is_enabled method Determines if any session has enabled the provider.
marker_series::write_alert method Writes an alert to the Concurrency Visualizer trace file.
marker_series::write_flag method Writes a flag to the Concurrency Visualizer trace file.
marker_series::write_message method Writes a message to the Concurrency Visualizer trace file.

Inheritance hierarchy

marker_series

Requirements

Header: cvmarkersobj.h

Namespace: Concurrency::diagnostic

See also