Share via


Markers.DefaultWriter Property

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

Specifies the default provider for the marker events.

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

Syntax

'Declaration
Public Shared ReadOnly Property DefaultWriter As MarkerWriter
public static MarkerWriter DefaultWriter { get; }
public:
static property MarkerWriter^ DefaultWriter {
    MarkerWriter^ get ();
}
static member DefaultWriter : MarkerWriter with get
static function get DefaultWriter () : MarkerWriter

Property Value

Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerWriter
Returns MarkerWriter.

.NET Framework Security

See Also

Reference

Markers Class

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace