ProtectedBrowserStorage.DeleteAsync(String) 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.
Asynchronously deletes any data stored for the specified key.
public:
System::Threading::Tasks::ValueTask DeleteAsync(System::String ^ key);
public System.Threading.Tasks.ValueTask DeleteAsync (string key);
member this.DeleteAsync : string -> System.Threading.Tasks.ValueTask
Public Function DeleteAsync (key As String) As ValueTask
Parameters
Returns
A ValueTask representing the completion of the operation.