TraceProcessor.Process Method
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.
Overloads
Process() | |
Process(IProgress<TraceProcessingProgress>) |
Process()
public void Process ();
abstract member Process : unit -> unit
override this.Process : unit -> unit
Public Sub Process ()
Implements
Applies to
Process(IProgress<TraceProcessingProgress>)
public void Process (IProgress<Microsoft.Windows.EventTracing.TraceProcessingProgress> progressCallback);
abstract member Process : IProgress<Microsoft.Windows.EventTracing.TraceProcessingProgress> -> unit
override this.Process : IProgress<Microsoft.Windows.EventTracing.TraceProcessingProgress> -> unit
Public Sub Process (progressCallback As IProgress(Of TraceProcessingProgress))
Parameters
- progressCallback
- IProgress<TraceProcessingProgress>