ExtensibilityDiagnosticManager<T>.ReportExtensionItemDiscoveredCoreAsync 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 ReportExtensionItemDiscoveredAsync(Object, String, CancellationToken).
protected virtual System.Threading.Tasks.Task ReportExtensionItemDiscoveredCoreAsync (T item, string extensionIdentifier, System.Threading.CancellationToken cancellationToken);
abstract member ReportExtensionItemDiscoveredCoreAsync : 'T * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ReportExtensionItemDiscoveredCoreAsync : 'T * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function ReportExtensionItemDiscoveredCoreAsync (item As T, extensionIdentifier As String, cancellationToken As CancellationToken) As Task
Parameters
- item
- T
The item that was added.
- extensionIdentifier
- String
The unique identifier of the extension that the item belongs to.
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task to track the async work.