AbortAsync Method
Abort Current Upload/Download.
Syntax
[VB.NET]
Public Function AbortAsync() As Task
[C#]
public Task AbortAsync();
Remarks
This method is the asynchronous version of the
Abort method and is used to support asynchronous operations in WinRT. Please refer to
Abort for more information.