Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes an alert to the Concurrency Visualizer trace file according to the specified format string and arguments.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
'Declaration
Public Sub WriteAlert ( _
format As String, _
ParamArray args As Object() _
)
public void WriteAlert(
string format,
params Object[] args
)
public:
void WriteAlert(
String^ format,
... array<Object^>^ args
)
member WriteAlert :
format:string *
args:Object[] -> unit
public function WriteAlert(
format : String,
... args : Object[]
)
Parameters
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.