Markers.WriteMessage 方法 (Int32, String)
發行︰ 2016年7月
以指定的重要層級和文字,將訊息寫入至並行視覺化檢視追蹤檔案。 文字是由 format 和 args 參數指定的。
命名空間: Microsoft.ConcurrencyVisualizer.Instrumentation
組件: Microsoft.ConcurrencyVisualizer.Markers (於 Microsoft.ConcurrencyVisualizer.Markers.dll)
語法
public static void WriteMessage(
int category,
string text
)
public:
static void WriteMessage(
int category,
String^ text
)
static member WriteMessage :
category:int *
text:string -> unit
Public Shared Sub WriteMessage (
category As Integer,
text As String
)
參數
category
Type: System.Int32訊息的分類。 任何整數有效。
text
Type: System.String訊息的描述。
另請參閱
WriteMessage 多載
Markers 類別
Microsoft.ConcurrencyVisualizer.Instrumentation 命名空間
回到頁首