IExtensionMetadataCache.RemoveExtensionDataAsync 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.
Removes all extension data for the given extension.
public System.Threading.Tasks.Task RemoveExtensionDataAsync (Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionIdentificationToken extensionIdentificationToken, System.Threading.CancellationToken cancellationToken);
abstract member RemoveExtensionDataAsync : Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionIdentificationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveExtensionDataAsync (extensionIdentificationToken As ExtensionIdentificationToken, cancellationToken As CancellationToken) As Task
Parameters
- extensionIdentificationToken
- ExtensionIdentificationToken
Extension identifier.
- cancellationToken
- CancellationToken
Cancellation token to monitor.
Returns
Task indicating completion.