Compartilhar via


Método MarkerWriter.IsEnabled ()

 

Determina se qualquer sessão tiver habilitado o provedor ETW marcadores.

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

Sintaxe

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

Valor de retorno

Type: System.Boolean

truepara indicar uma sessão estiver habilitado; Caso contrário, false.

Consulte também

IsEnabled Sobrecarga
Classe MarkerWriter
Namespace Microsoft.ConcurrencyVisualizer.Instrumentation

Retornar ao topo