Share via


MarkerSeries.WriteMessage 메서드 (Int32, String)

 

게시 날짜: 2016년 7월

지정된 중요 수준과 텍스트가 있는 동시성 시각화 추적 파일에 메시지를 씁니다.  텍스트를 formatargs 매개 변수로 지정합니다.  

네임스페이스:   Microsoft.ConcurrencyVisualizer.Instrumentation
어셈블리:  Microsoft.ConcurrencyVisualizer.Markers(Microsoft.ConcurrencyVisualizer.Markers.dll에 있음)

구문

public void WriteMessage(
    int category,
    string text
)
public:
void WriteMessage(
    int category,
    String^ text
)
member WriteMessage : 
        category:int *
        text:string -> unit
Public Sub WriteMessage (
    category As Integer,
    text As String
)

매개 변수

  • category
    Type: System.Int32

    메시지의 범주입니다.  모든 정수가 유효합니다.  

참고 항목

WriteMessage 오버로드
MarkerSeries 클래스
Microsoft.ConcurrencyVisualizer.Instrumentation 네임스페이스

맨 위로 이동