This topic has not yet been rated - Rate this topic

MarkerSeries.WriteFlag Method

Visual Studio 2012

Writes a flag to the Concurrency Visualizer trace file.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method WriteFlag(String) Writes a flag to the Concurrency Visualizer trace file with the specified text.
Public method WriteFlag(Int32, String) Writes a flag to the Concurrency Visualizer trace file with the specified important level and text. The text is specified by the format and args parameters.
Public method WriteFlag(String, Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified text. The text is specified by the format and args parameters.
Public method WriteFlag(Importance, String) Writes a flag to the Concurrency Visualizer trace file with the specified importance level and text.
Public method WriteFlag(Int32, String, Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified category and text. The text is specified by the format and args parameters.
Public method WriteFlag(Importance, Int32, String) Writes a flag to the Concurrency Visualizer trace file with the specified importance level, category, and text.
Public method WriteFlag(Importance, String, Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified importance level and text. The text is specified by the format and args parameters.
Public method WriteFlag(Importance, Int32, String, Object[]) Writes a flag to the Concurrency Visualizer trace file with the specified importance level, category, and text. The text is specified by the format and args parameters.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.