TraceProcessingProgress(Int32, Int32, TraceTimestamp, TraceTimestamp) Constructor
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 TraceProcessingProgress (int totalPasses, int currentPass, Microsoft.Windows.EventTracing.TraceTimestamp currentEventTimestamp, Microsoft.Windows.EventTracing.TraceTimestamp lastEventTimestamp);
new Microsoft.Windows.EventTracing.TraceProcessingProgress : int * int * Microsoft.Windows.EventTracing.TraceTimestamp * Microsoft.Windows.EventTracing.TraceTimestamp -> Microsoft.Windows.EventTracing.TraceProcessingProgress
Public Sub New (totalPasses As Integer, currentPass As Integer, currentEventTimestamp As TraceTimestamp, lastEventTimestamp As TraceTimestamp)
Parameters
- totalPasses
- Int32
- currentPass
- Int32
- currentEventTimestamp
- TraceTimestamp
- lastEventTimestamp
- TraceTimestamp