CompressAsync Method
Creates the compressed gzip archive.
Syntax
[VB.NET]
Public Function CompressAsync() As Task
[C#]
public Task CompressAsync();
Remarks
This method is the asynchronous version of the
Compress method and is used to support asynchronous operations in WinRT. Please refer to
Compress for more information.