MarkerWriter.IsEnabled 方法 (Importance, Int32)
發行︰ 2016年7月
判斷是否有任何工作階段已啟用具有指定之重要性層級及分類的標記 ETW 提供者。
命名空間: Microsoft.ConcurrencyVisualizer.Instrumentation
組件: Microsoft.ConcurrencyVisualizer.Markers (於 Microsoft.ConcurrencyVisualizer.Markers.dll)
語法
public bool IsEnabled(
Importance level,
int category
)
public:
bool IsEnabled(
Importance level,
int category
)
member IsEnabled :
level:Importance *
category:int -> bool
Public Function IsEnabled (
level As Importance,
category As Integer
) As Boolean
參數
level
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.Importance提供者的重要性。
category
Type: System.Int32延伸的分類。 任何整數有效。
傳回值
Type: System.Boolean
true 表示已啟用工作階段,否則為 false。
另請參閱
IsEnabled 多載
MarkerWriter 類別
Microsoft.ConcurrencyVisualizer.Instrumentation 命名空間
回到頁首