Markers.WriteMessage 메서드 (String)

지정된 텍스트가 있는 동시성 시각화 추적 파일에 메시지를 씁니다.

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

구문

‘선언
Public Shared Sub WriteMessage ( _
    text As String _
)
public static void WriteMessage(
    string text
)
public:
static void WriteMessage(
    String^ text
)
static member WriteMessage : 
        text:string -> unit
public static function WriteMessage(
    text : String
)

매개 변수

  • text
    형식: String

    메시지에 대한 설명입니다.

.NET Framework 보안

참고 항목

참조

Markers 클래스

WriteMessage 오버로드

Microsoft.ConcurrencyVisualizer.Instrumentation 네임스페이스