PlatformDiagnosticTraceInfo.MaxTraceDurationFileTime 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.
Trace files are circular. This property reflects the amount of time that will pass before the trace file starts writing over itself--starting at the beginning of the file.
public:
property long long MaxTraceDurationFileTime { long long get(); };
long MaxTraceDurationFileTime();
public long MaxTraceDurationFileTime { get; }
var int64 = platformDiagnosticTraceInfo.maxTraceDurationFileTime;
Public ReadOnly Property MaxTraceDurationFileTime As Long
Property Value
The amount of time until the file overwrites itself, expressed in clock ticks.