編輯

共用方式為


TraceProcessingProgress(Int32, Int32, TraceTimestamp, TraceTimestamp) Constructor

Definition

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

Applies to