Markers.IsEnabled 메서드 (Importance, Int32)
마커 ETW 공급자가 지정 된 중요도 수준 및 범주와 모든 세션이 활성화 여부를 결정 합니다.
네임스페이스: Microsoft.ConcurrencyVisualizer.Instrumentation
어셈블리: Microsoft.ConcurrencyVisualizer.Markers(Microsoft.ConcurrencyVisualizer.Markers.dll)
구문
‘선언
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
매개 변수
- level
형식: Microsoft.ConcurrencyVisualizer.Instrumentation.Importance
공급자의 중요성입니다.
- category
형식: System.Int32
카테고리의 범위입니다.정수 유효합니다.
반환 값
형식: System.Boolean
true 세션을 나타내는 데 사용할 수 있습니다. 그렇지 않으면 false.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.