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