MarkerSeries.WriteMessage 메서드 (Importance, Int32, String)
게시 날짜: 2016년 7월
지정된 중요 수준, 범주 및 텍스트가 있는 동시성 시각화 추적 파일에 메시지를 씁니다.
네임스페이스: Microsoft.ConcurrencyVisualizer.Instrumentation
어셈블리: Microsoft.ConcurrencyVisualizer.Markers(Microsoft.ConcurrencyVisualizer.Markers.dll에 있음)
구문
public void WriteMessage(
Importance level,
int category,
string text
)
public:
void WriteMessage(
Importance level,
int category,
String^ text
)
member WriteMessage :
level:Importance *
category:int *
text:string -> unit
Public Sub WriteMessage (
level As Importance,
category As Integer,
text As String
)
매개 변수
level
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.Importance메시지의 중요도 수준입니다.
category
Type: System.Int32메시지의 범주입니다. 모든 정수가 유효합니다.
text
Type: System.String메시지에 대한 설명입니다.
참고 항목
WriteMessage 오버로드
MarkerSeries 클래스
Microsoft.ConcurrencyVisualizer.Instrumentation 네임스페이스
맨 위로 이동