MarkerSeries.WriteMessage – metoda (Importance, Int32, String)
Zprávy se zapíše do souboru trasování souběžnosti Visualizer úroveň důležitosti zadanou, kategorie a text.
Obor názvů: Microsoft.ConcurrencyVisualizer.Instrumentation
Sestavení: Microsoft.ConcurrencyVisualizer.Markers (v Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntaxe
'Deklarace
Public Sub WriteMessage ( _
level As Importance, _
category As Integer, _
text As String _
)
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 function WriteMessage(
level : Importance,
category : int,
text : String
)
Parametry
level
Typ: Microsoft.ConcurrencyVisualizer.Instrumentation.ImportanceÚroveň důležitosti zprávy.
category
Typ: Int32Kategorie zprávy.Jakékoli celé číslo je platné.
text
Typ: StringPopis zprávy.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.ConcurrencyVisualizer.Instrumentation – obor názvů