Writes a flag to the Concurrency Visualizer trace file with the specified text.
Namespace:   Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public static void WriteFlag(
    string text
)
public:
static void WriteFlag(
    String^ text
)
static member WriteFlag : 
        text:string -> unit
Public Shared Sub WriteFlag (
    text As String
)
Parameters
- text 
 Type: System.String- A description of the flag. 
See Also
WriteFlag Overload
Markers Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top