Editar

Compartir a través de


ITraceSource.UseCompletion(ICompletable) Method

Definition

Registers a callback to notify when trace processing is complete.

public void UseCompletion (Microsoft.Windows.EventTracing.ICompletable completable);
abstract member UseCompletion : Microsoft.Windows.EventTracing.ICompletable -> unit
Public Sub UseCompletion (completable As ICompletable)

Parameters

completable
ICompletable

The callback to register.

Remarks

Callbacks that need to receive a signal from the completion of a specific pass can inherit from IScheduledConsumer.

This part of the API is in preview and under active development. It may change in future releases.

Applies to