ICompletableTwoPassEventConsumer Interface
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.
Defines an ITwoPassEventConsumer that needs to be notified when each pass through the trace is completed.
public interface ICompletableTwoPassEventConsumer : Microsoft.Windows.EventTracing.ICompletable, Microsoft.Windows.EventTracing.ITwoPassEventConsumer
type ICompletableTwoPassEventConsumer = interface
interface ITwoPassEventConsumer
interface IEventConsumer
interface ICompletable
Public Interface ICompletableTwoPassEventConsumer
Implements ICompletable, ITwoPassEventConsumer
- Implements
Remarks
This part of the API is in preview and under active development. It may change in future releases.
Methods
Complete() |
Notifies the callback that the requested completion has occurred. (Inherited from ICompletable) |
CompletePreparatoryPass() |
Notifies the event consumer that the preparatory pass is complete. |
Process(EventContext) |
Processes an event. (Inherited from IEventConsumer) |
ProcessPreparatoryPass(EventContext) |
Processes an event from a preparatory pass (before the main pass through the trace). (Inherited from ITwoPassEventConsumer) |