CompressDataAsync Method
Compresses a byte array.
Syntax
[VB.NET] Public Function CompressDataAsync(ByVal Data As String) As Task<IList<byte>>
[C#] public Task<IList<byte>> CompressDataAsync(byte[] data);
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CompressDataAsync MethodCompresses a byte array. Syntax[VB.NET] Public Function CompressDataAsync(ByVal Data As String) As Task<IList<byte>> [C#] public Task<IList<byte>> CompressDataAsync(byte[] data); RemarksThis method is the asynchronous version of the CompressData method and is used to support asynchronous operations in WinRT. Please refer to CompressData for more information. |
||