TraceReader.IsClosed Property

Definition

Gets the Boolean property value that specifies whether the trace reader is closed.

public:
 property bool IsClosed { bool get(); };
public bool IsClosed { get; }
member this.IsClosed : bool
Public ReadOnly Property IsClosed As Boolean

Property Value

A Boolean value that specifies whether the trace reader is closed.

If True, the trace reader is closed.

If False (default), the trace reader is open.

Implements

Examples

Readme_Tracer

Applies to