MarkerWriter.IsEnabled Method ()

 

Determines whether any session has enabled the markers ETW provider.

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

Syntax

public bool IsEnabled()
public:
bool IsEnabled()
member IsEnabled : unit -> bool
Public Function IsEnabled As Boolean

Return Value

Type: System.Boolean

true to indicate a session is enabled; otherwise, false.

See Also

IsEnabled Overload
MarkerWriter Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace

Return to top