MarkerSeries.WriteMessage Method (Importance, String)

Writes a message to the Concurrency Visualizer trace file with the specified importance level and text.

Namespace:  Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)

Syntax

'Declaration
Public Sub WriteMessage ( _
    level As Importance, _
    text As String _
)
public void WriteMessage(
    Importance level,
    string text
)
public:
void WriteMessage(
    Importance level, 
    String^ text
)
member WriteMessage : 
        level:Importance * 
        text:string -> unit
public function WriteMessage(
    level : Importance, 
    text : String
)

Parameters

  • text
    Type: String

    A description of the message.

.NET Framework Security

See Also

Reference

MarkerSeries Class

WriteMessage Overload

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace