ResetDataAsync Method
Resets the values of all headers and Part- properties.
Syntax
[VB.NET]
Public Function ResetDataAsync() As Task
[C#]
public Task ResetDataAsync();
Remarks
This method is the asynchronous version of the
ResetData method and is used to support asynchronous operations in WinRT. Please refer to
ResetData for more information.