MarkerSeries.WriteMessage Method (Importance, String, array<Object )
Writes a message to the Concurrency Visualizer trace file with the specified importance level and text. The text is specified by the format and args parameters.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
'Declaration
Public Sub WriteMessage ( _
level As Importance, _
format As String, _
ParamArray args As Object() _
)
public void WriteMessage(
Importance level,
string format,
params Object[] args
)
public:
void WriteMessage(
Importance level,
String^ format,
... array<Object^>^ args
)
member WriteMessage :
level:Importance *
format:string *
args:Object[] -> unit
public function WriteMessage(
level : Importance,
format : String,
... args : Object[]
)
Parameters
level
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.ImportanceThe importance level of the message.
format
Type: StringA composite format string that contains text intermixed with zero or more format items, which correspond to objects in the args array
args
Type: array<Object[]An object array containing zero or more objects to format.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.