Markers.DefaultWriter Property
Specifies the default provider for the marker events.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public static MarkerWriter DefaultWriter { get; }
public:
property MarkerWriter^ DefaultWriter {
static MarkerWriter^ get();
}
static member DefaultWriter : MarkerWriter with get
Public Shared ReadOnly Property DefaultWriter As MarkerWriter
Property Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerWriter
Returns MarkerWriter.
See Also
Markers Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top