RegistryProperty.DeleteValueAsync(String, String, CancellationToken) 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.
public abstract System.Threading.Tasks.Task DeleteValueAsync (string key, string name, System.Threading.CancellationToken token);
abstract member DeleteValueAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function DeleteValueAsync (key As String, name As String, token As CancellationToken) As Task
Parameters
- key
- String
- name
- String
- token
- CancellationToken