TraceReaderWriter.Write Method

Definition

Writes the trace to the trace file or the trace table.

public:
 virtual bool Write();
public bool Write ();
abstract member Write : unit -> bool
override this.Write : unit -> bool
Public Function Write () As Boolean

Returns

A Boolean value that specifies whether the trace was written successfully to the trace file or trace table.

If True, the trace was written successfully.

If False, the trace was not written successfully.

Implements

Examples

Readme_Tracer

Applies to