Freigeben über


Markers.IsEnabled-Methode (Importance, Int32)

Bestimmt, ob eine Sitzung den Anbieter der Markierung ETW die angegebene Wichtigkeitsstufe und der Kategorie aktiviert hat.

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

Syntax

'Declaration
Public Shared Function IsEnabled ( _
    level As Importance, _
    category As Integer _
) As Boolean
public static bool IsEnabled(
    Importance level,
    int category
)
public:
static bool IsEnabled(
    Importance level, 
    int category
)
static member IsEnabled : 
        level:Importance * 
        category:int -> bool 
public static function IsEnabled(
    level : Importance, 
    category : int
) : boolean

Parameter

  • category
    Typ: System.Int32
    Die Kategorie der Spanne.Eine beliebige Ganzzahl ist gültig.

Rückgabewert

Typ: System.Boolean
true , um eine Sitzung anzugeben ist aktiviert. andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Markers Klasse

IsEnabled-Überladung

Microsoft.ConcurrencyVisualizer.Instrumentation-Namespace