ITraceSource.UseCompletion(ICompletable) 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.
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.