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