Share via


PlatformDiagnosticTraceInfo.IsExclusive Property

Definition

Indicates whether the trace is exclusive.

public:
 property bool IsExclusive { bool get(); };
bool IsExclusive();
public bool IsExclusive { get; }
var boolean = platformDiagnosticTraceInfo.isExclusive;
Public ReadOnly Property IsExclusive As Boolean

Property Value

Boolean

bool

true - the trace is exclusive; false otherwise.

Remarks

An exclusive trace can be the only trace running. All other traces will be throttled while an exclusive trace is running.

Applies to