PlatformDiagnosticTraceInfo.IsExclusive Property
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.
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.