AppendAsync Method
Adds specified file to an existing archive.
Syntax
[VB.NET]
Public Function AppendAsync() As Task
[C#]
public Task AppendAsync();
Remarks
This method is the asynchronous version of the
Append method and is used to support asynchronous operations in WinRT. Please refer to
Append for more information.