ExtensibilityDiagnosticsLoggerConfiguration.ReportExtensionItemRemovedAsync 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.
Report that an extension item was removed.
public System.Threading.Tasks.Task ReportExtensionItemRemovedAsync (Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticRemovedExtensionItemMetadata metadata, System.Threading.CancellationToken cancellationToken);
member this.ReportExtensionItemRemovedAsync : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticRemovedExtensionItemMetadata * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ReportExtensionItemRemovedAsync (metadata As ExtensibilityDiagnosticRemovedExtensionItemMetadata, cancellationToken As CancellationToken) As Task
Parameters
The metadata of the removed extension item.
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task tracking the invocation.