TraceReaderWriter.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.