TraceProcessingProgress Struct
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.
public struct TraceProcessingProgress
type TraceProcessingProgress = struct
Public Structure TraceProcessingProgress
- Inheritance
-
TraceProcessingProgress
Constructors
TraceProcessingProgress(Int32, Int32, TraceTimestamp, TraceTimestamp) |
Properties
CurrentEventTimestamp |
Gets the timestamp of the event about to be processed. |
CurrentPass |
Gets the index of the current pass through the file. |
LastEventTimestamp |
Gets the timestamp of the last event to process. |
TotalPasses |
Gets the total number of passes through the file that the processor plans to make. |