TraceReader.Read Method

Definition

Reads the trace record.

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

Returns

A Boolean value that specifies whether the method succeeded in reading the trace record.

If True, the trace was read successfully.

If False, the trace was not read.

Implements

Examples

Readme_Tracer

Applies to