Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Writes a flag to the Concurrency Visualizer trace file with the specified 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
public void WriteFlag(
string format,
params object[] args
)
public:
void WriteFlag(
String^ format,
... array<Object^>^ args
)
member WriteFlag :
format:string *
[<ParamArrayAttribute>] args:Object[] -> unit
Public Sub WriteFlag (
format As String,
ParamArray args As Object()
)
Parameters
format
Type: System.StringA composite format string that contains text intermixed with zero or more format items, which correspond to objects in the args array
args
Type: System.Object[]An object array containing zero or more objects to format.
See Also
WriteFlag Overload
MarkerSeries Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top