ExtensibilityDiagnosticManager<T>.ReportExtensionItemRemovedCoreAsync 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.
The core logic of ReportExtensionItemRemovedAsync(Object, CancellationToken).
protected virtual System.Threading.Tasks.Task ReportExtensionItemRemovedCoreAsync (T item, System.Threading.CancellationToken cancellationToken);
abstract member ReportExtensionItemRemovedCoreAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ReportExtensionItemRemovedCoreAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function ReportExtensionItemRemovedCoreAsync (item As T, cancellationToken As CancellationToken) As Task
Parameters
- item
- T
The item that was removed.
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task to track the async work.